From 082b563fc43d9f93870b49940884c8ff6292ea2b Mon Sep 17 00:00:00 2001 From: Chao Li Date: Thu, 9 Jun 2022 20:26:47 +0800 Subject: [PATCH] .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 --- .pytool/Plugin/SpellCheck/cspell.base.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" ] } -- 2.39.5