From: Chao Li Date: Thu, 9 Jun 2022 12:26:47 +0000 (+0800) Subject: .python/SpellCheck: Add "Loongson" and "LOONGARCH" to "words" section X-Git-Tag: edk2-stable202211~186 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=082b563fc43d9f93870b49940884c8ff6292ea2b;p=mirror_edk2.git .python/SpellCheck: Add "Loongson" and "LOONGARCH" to "words" section REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4053 Add Loongson and LOONGARCH to "words" section in cspell.base.yaml file to avoid spelling check error. Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Chao Li Reviewed-by: Michael D Kinney --- diff --git a/.pytool/Plugin/SpellCheck/cspell.base.yaml b/.pytool/Plugin/SpellCheck/cspell.base.yaml index f0d5791876..92e65ec6f6 100644 --- a/.pytool/Plugin/SpellCheck/cspell.base.yaml +++ b/.pytool/Plugin/SpellCheck/cspell.base.yaml @@ -289,6 +289,8 @@ "unrecovered", "cmocka", "unenrolling", - "unconfigure" + "unconfigure", + "Loongson", + "LOONGARCH" ] }