EmbeddedPkg/.ci.yaml: add temporary workaround ECC exception

A new contributor has a name not describable by the character set
developed for 1960s US teleprinters, causing the CI to object and
blocking their code from being merged due to the copyright statement.

While we do want to keep the code clean from characters other
contributors cannot trivially reproduce, this should not extend to
requiring intentionally misstating legal claims.

Until we figure out the long-term fix, add an exception for the surname
triggering the failure.

Signed-off-by: Leif Lindholm <quic_llindhol@quicinc.com>
This commit is contained in:
Leif Lindholm 2024-07-02 09:58:23 +01:00 committed by mergify[bot]
parent e939ecf6c1
commit b2216427ca

View File

@ -20,6 +20,7 @@
## "<ErrorID>", "<KeyWord>" ## "<ErrorID>", "<KeyWord>"
## ] ## ]
"ExceptionList": [ "ExceptionList": [
"1008", "Bălănică"
], ],
## Both file path and directory path are accepted. ## Both file path and directory path are accepted.
"IgnoreFiles": [] "IgnoreFiles": []