summaryrefslogtreecommitdiff
path: root/.pytool
diff options
context:
space:
mode:
authorChao Li <lichao@loongson.cn>2022-06-09 20:26:47 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-10-14 02:16:33 +0000
commit082b563fc43d9f93870b49940884c8ff6292ea2b (patch)
tree6093b896e929e6bd1e35668bf67fa228639a7dc5 /.pytool
parent10daf3ee247c3a3a7279749015989a39fef23f8b (diff)
downloadedk2-082b563fc43d9f93870b49940884c8ff6292ea2b.zip
edk2-082b563fc43d9f93870b49940884c8ff6292ea2b.tar.gz
edk2-082b563fc43d9f93870b49940884c8ff6292ea2b.tar.bz2
.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 <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Chao Li <lichao@loongson.cn> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to '.pytool')
-rw-r--r--.pytool/Plugin/SpellCheck/cspell.base.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.pytool/Plugin/SpellCheck/cspell.base.yaml b/.pytool/Plugin/SpellCheck/cspell.base.yaml
index f0d5791..92e65ec 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"
]
}