summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSami Mujawar <sami.mujawar@arm.com>2020-10-02 22:14:08 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-10-16 17:21:04 +0000
commit870ee2f6c8887494e20a314d1502cd3b80b57ad0 (patch)
tree132f283c11d93bdc91159358a8c9ded9c67e7891
parent6a9d0c1753848a4334c6b103b4d2e27437613a0c (diff)
downloadedk2-870ee2f6c8887494e20a314d1502cd3b80b57ad0.zip
edk2-870ee2f6c8887494e20a314d1502cd3b80b57ad0.tar.gz
edk2-870ee2f6c8887494e20a314d1502cd3b80b57ad0.tar.bz2
.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 <sami.mujawar@arm.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@arm.com> Acked-by: Laszlo Ersek <lersek@redhat.com>
-rw-r--r--.pytool/Plugin/SpellCheck/cspell.base.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pytool/Plugin/SpellCheck/cspell.base.yaml b/.pytool/Plugin/SpellCheck/cspell.base.yaml
index 1ce5f69..ad6f7ac 100644
--- a/.pytool/Plugin/SpellCheck/cspell.base.yaml
+++ b/.pytool/Plugin/SpellCheck/cspell.base.yaml
@@ -178,5 +178,6 @@
"vcruntimed",
"ucrtd",
"msvcrtd",
+ "XIPFLAGS"
]
}