From: Sami Mujawar Date: Fri, 2 Oct 2020 21:14:08 +0000 (+0100) Subject: .python/SpellCheck: Add 'XIPFLAGS' to "words" section X-Git-Tag: edk2-stable202011~133 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=870ee2f6c8887494e20a314d1502cd3b80b57ad0 .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 --- 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" ] }