From 2189c71026cba9dab768776a2f8ebf689b484c56 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Tue, 17 May 2022 18:57:43 -0400 Subject: .pytool/plugin/SpellCheck: Add more common words Appends the word list to reduce the number of errors encountered by individual packages. Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Michael Kubacki Reviewed-by: Liming Gao --- .pytool/Plugin/SpellCheck/cspell.base.yaml | 113 ++++++++++++++++++++++++++++- 1 file changed, 112 insertions(+), 1 deletion(-) (limited to '.pytool') diff --git a/.pytool/Plugin/SpellCheck/cspell.base.yaml b/.pytool/Plugin/SpellCheck/cspell.base.yaml index 3d4fd71..f0d5791 100644 --- a/.pytool/Plugin/SpellCheck/cspell.base.yaml +++ b/.pytool/Plugin/SpellCheck/cspell.base.yaml @@ -178,6 +178,117 @@ "vcruntimed", "ucrtd", "msvcrtd", - "XIPFLAGS" + "XIPFLAGS", + "bootflow", + "bootup", + "cacheability", + "cachetype", + "conout", + "deadloop", + "devicepath", + "hisilicon", + "littleendian", + "nonsecure", + "pagetable", + "postmem", + "premem", + "reglist", + "semihalf", + "subvendor", + "subhierarchy", + "targetlist", + "tmpname", + "watchdogtimer", + "writeback", + "langcode", + "langcodes", + "autoreload", + "bootable", + "endiannness", + "fvmain", + "prefetchable", + "multiboot", + "ramdisk", + "unbootable", + "setjump", + "bytecodes", + "bytelist", + "bytestream", + "countof", + "deregistering", + "devicetree", + "mainpage", + "mismanipulation", + "pytool", + "wbinvd", + "armltd", + "datacache", + "lastattemptstatus", + "lastattemptversion", + "lowestsupportedversion", + "updateable", + "pecoff", + "autodetect", + "harddisk", + "toctou", + "bugbug", + "depexes", + "fwvol", + "hoblist", + "imagehandle", + "schedulable", + "StandaloneMMCore", + "systemtable", + "uncacheable", + "devpath", + "testsuites", + "testcase", + "pxmldoc", + "pcxml", + "pclutf", + "pcunicode", + "ntxmltransformcharacter", + "ntxmlcomparestrings", + "pcxmldoc", + "ntxmlfetchcharacterdecoder", + "ntxml", + "ntxmlspecialstringcompare", + "rtlxmlcallback", + "xmlef", + "osruntime", + "readytoboot", + "hwerrrec", + "xformed", + "xform", + "undock", + "qrencoder", + "selawik", + "ntxmlrawnextcharacter", + "undocked", + "reprompt", + "yesno", + "okcancel", + "qrencoding", + "qrlevel", + "shiftn", + "unenroll", + "pcxmlstructure", + "pxmlstructure", + "pcencoder", + "pcvoid", + "nofailure", + "blockio", + "lockv", + "uefishelldebug", + "mtrrcap", + "drhds", + "rmrrs", + "creatorid", + "dxeipl", + "swmdialogs", + "unrecovered", + "cmocka", + "unenrolling", + "unconfigure" ] } -- cgit v1.1