mirror of https://github.com/acidanthera/audk.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 <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>
This commit is contained in:
parent
10daf3ee24
commit
082b563fc4
|
@ -289,6 +289,8 @@
|
||||||
"unrecovered",
|
"unrecovered",
|
||||||
"cmocka",
|
"cmocka",
|
||||||
"unenrolling",
|
"unenrolling",
|
||||||
"unconfigure"
|
"unconfigure",
|
||||||
|
"Loongson",
|
||||||
|
"LOONGARCH"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue