From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web12.428.1652832873060468092 for ; Tue, 17 May 2022 17:14:33 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=Z93GjCRV; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 3EAD020F723C; Tue, 17 May 2022 17:14:32 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 3EAD020F723C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1652832872; bh=1Qud1nR+acZiyz9iR64lYiynxGHtbVIsjCLpBG3cd+M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Z93GjCRVmbJX3Alwum0IiZpO8QO5rc9g1e7GC9r+c/cb7iA5aQ5kJ/+1QeaL0U+hX 4YcXJscVAFmtQumIiDLhSJ4ZowOJf+fuzgyeROWeQvWA+B18dJjtNdDih70I8chi7H CmPKYbjVsm/dL3mU5diM5kgLqMxl3IKgmQqloCNA= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Michael D Kinney , Liming Gao Subject: [PATCH v2 11/11] .pytool/plugin/SpellCheck: Add more common words Date: Tue, 17 May 2022 20:13:38 -0400 Message-Id: <20220518001338.1380-12-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 In-Reply-To: <20220518001338.1380-1-mikuback@linux.microsoft.com> References: <20220518001338.1380-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki 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 --- .pytool/Plugin/SpellCheck/cspell.base.yaml | 113 +++++++++++++++++++- 1 file changed, 112 insertions(+), 1 deletion(-) diff --git a/.pytool/Plugin/SpellCheck/cspell.base.yaml b/.pytool/Plugin/= SpellCheck/cspell.base.yaml index 3d4fd71f1612..f0d579187675 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" ] } --=20 2.28.0.windows.1