summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Lindholm <quic_llindhol@quicinc.com>2024-07-02 09:58:23 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-07-02 13:08:04 +0000
commitb2216427ca7b0d31a36616e2876d362629de926d (patch)
tree8a32b5f220f3e55a86e6a1db3d020a48951b56a7
parente939ecf6c19f932535d073e383d016e8bf2e8ee7 (diff)
downloadedk2-b2216427ca7b0d31a36616e2876d362629de926d.zip
edk2-b2216427ca7b0d31a36616e2876d362629de926d.tar.gz
edk2-b2216427ca7b0d31a36616e2876d362629de926d.tar.bz2
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>
-rw-r--r--EmbeddedPkg/EmbeddedPkg.ci.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/EmbeddedPkg/EmbeddedPkg.ci.yaml b/EmbeddedPkg/EmbeddedPkg.ci.yaml
index 6d042fc..f4956e6 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": []