diff options
author | Chao Li <lichao@loongson.cn> | 2022-06-09 20:26:47 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-10-14 02:16:33 +0000 |
commit | 082b563fc43d9f93870b49940884c8ff6292ea2b (patch) | |
tree | 6093b896e929e6bd1e35668bf67fa228639a7dc5 | |
parent | 10daf3ee247c3a3a7279749015989a39fef23f8b (diff) | |
download | edk2-082b563fc43d9f93870b49940884c8ff6292ea2b.tar.gz |
.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>
-rw-r--r-- | .pytool/Plugin/SpellCheck/cspell.base.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
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"
]
}
|