diff options
author | Abner Chang <abner.chang@hpe.com> | 2020-03-30 14:23:24 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-04-03 17:09:12 +0000 |
commit | ef5dcba975ee3b4c29b19ad0b23d371a2cd9d60a (patch) | |
tree | 2e9aa9f19df4fc39da743698404a6cfc73afb161 /.pytool | |
parent | 0bb7f64702350cd4d29395b712e15c204a8c7558 (diff) | |
download | edk2-ef5dcba975ee3b4c29b19ad0b23d371a2cd9d60a.tar.gz |
.python/SpellCheck: Add "RISCV" to "words" section
BZ:2562:
https://bugzilla.tianocore.org/show_bug.cgi?id=2562
Add RISCV to "words" section in cspell.base.yaml file to avoid spelling check error.
Signed-off-by: Abner Chang <abner.chang@hpe.com>
Reviewed-by: Bret Barkelew <bret.barkelew@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Diffstat (limited to '.pytool')
-rw-r--r-- | .pytool/Plugin/SpellCheck/cspell.base.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.pytool/Plugin/SpellCheck/cspell.base.yaml b/.pytool/Plugin/SpellCheck/cspell.base.yaml index 53000fc381..5f4c174c77 100644 --- a/.pytool/Plugin/SpellCheck/cspell.base.yaml +++ b/.pytool/Plugin/SpellCheck/cspell.base.yaml @@ -161,5 +161,6 @@ "bootability",
"Sdhci",
"inmodule",
+ "RISCV",
]
}
|