diff options
author | Leif Lindholm <quic_llindhol@quicinc.com> | 2024-07-02 09:58:23 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-02 13:08:04 +0000 |
commit | b2216427ca7b0d31a36616e2876d362629de926d (patch) | |
tree | 8a32b5f220f3e55a86e6a1db3d020a48951b56a7 /EmbeddedPkg | |
parent | e939ecf6c19f932535d073e383d016e8bf2e8ee7 (diff) | |
download | edk2-b2216427ca7b0d31a36616e2876d362629de926d.tar.gz |
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>
Diffstat (limited to 'EmbeddedPkg')
-rw-r--r-- | EmbeddedPkg/EmbeddedPkg.ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/EmbeddedPkg/EmbeddedPkg.ci.yaml b/EmbeddedPkg/EmbeddedPkg.ci.yaml index 6d042fc721..f4956e679d 100644 --- a/EmbeddedPkg/EmbeddedPkg.ci.yaml +++ b/EmbeddedPkg/EmbeddedPkg.ci.yaml @@ -20,6 +20,7 @@ ## "<ErrorID>", "<KeyWord>"
## ]
"ExceptionList": [
+ "1008", "Bălănică"
],
## Both file path and directory path are accepted.
"IgnoreFiles": []
|