summaryrefslogtreecommitdiff
path: root/.pytool/Plugin
diff options
context:
space:
mode:
authorAbner Chang <abner.chang@hpe.com>2020-03-30 14:23:24 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-04-03 17:09:12 +0000
commitef5dcba975ee3b4c29b19ad0b23d371a2cd9d60a (patch)
tree2e9aa9f19df4fc39da743698404a6cfc73afb161 /.pytool/Plugin
parent0bb7f64702350cd4d29395b712e15c204a8c7558 (diff)
downloadedk2-ef5dcba975ee3b4c29b19ad0b23d371a2cd9d60a.zip
edk2-ef5dcba975ee3b4c29b19ad0b23d371a2cd9d60a.tar.gz
edk2-ef5dcba975ee3b4c29b19ad0b23d371a2cd9d60a.tar.bz2
.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/Plugin')
-rw-r--r--.pytool/Plugin/SpellCheck/cspell.base.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pytool/Plugin/SpellCheck/cspell.base.yaml b/.pytool/Plugin/SpellCheck/cspell.base.yaml
index 53000fc..5f4c174 100644
--- a/.pytool/Plugin/SpellCheck/cspell.base.yaml
+++ b/.pytool/Plugin/SpellCheck/cspell.base.yaml
@@ -161,5 +161,6 @@
"bootability",
"Sdhci",
"inmodule",
+ "RISCV",
]
}