From b2216427ca7b0d31a36616e2876d362629de926d Mon Sep 17 00:00:00 2001 From: Leif Lindholm Date: Tue, 2 Jul 2024 09:58:23 +0100 Subject: 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 --- EmbeddedPkg/EmbeddedPkg.ci.yaml | 1 + 1 file changed, 1 insertion(+) 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 @@ ## "", "" ## ] "ExceptionList": [ + "1008", "Bălănică" ], ## Both file path and directory path are accepted. "IgnoreFiles": [] -- cgit v1.1