From 870ee2f6c8887494e20a314d1502cd3b80b57ad0 Mon Sep 17 00:00:00 2001 From: Sami Mujawar Date: Fri, 2 Oct 2020 22:14:08 +0100 Subject: [PATCH] .python/SpellCheck: Add 'XIPFLAGS' to "words" section The EDKII Core CI reports spelling error for XIPFLAGS. The XIPFLAGS are typically used to specify XIP options to the compiler. e.g. GCC:*_*_*_CC_XIPFLAGS = -fno-jump-tables Add 'XIPFLAGS' to "words" section in cspell.base.yaml file to avoid spelling check error. Signed-off-by: Sami Mujawar Acked-by: Ard Biesheuvel Acked-by: Laszlo Ersek --- .pytool/Plugin/SpellCheck/cspell.base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pytool/Plugin/SpellCheck/cspell.base.yaml b/.pytool/Plugin/SpellCheck/cspell.base.yaml index 1ce5f69911..ad6f7ac06a 100644 --- a/.pytool/Plugin/SpellCheck/cspell.base.yaml +++ b/.pytool/Plugin/SpellCheck/cspell.base.yaml @@ -178,5 +178,6 @@ "vcruntimed", "ucrtd", "msvcrtd", + "XIPFLAGS" ] } -- 2.39.2