summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-10-16 22:32:22 -0700
committerTim Smith <tsmith84@gmail.com>2021-10-16 22:32:22 -0700
commit073a065495670a57fc4bffb01a1275e938d780d3 (patch)
treeba7c6280ae68e8be1a852d4536e183acbdb0f5f9
parent70f89b769d99d85d9984e83b6f6962f9a3e9ce19 (diff)
downloadchef-073a065495670a57fc4bffb01a1275e938d780d3.tar.gz
Skip the cspell config and MVPs file in cspell
No need to check these Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--cspell.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/cspell.json b/cspell.json
index 31360c8214..7be93a650f 100644
--- a/cspell.json
+++ b/cspell.json
@@ -1481,6 +1481,7 @@
"hte"
],
"ignorePaths": [
+ "CHEF_MVPS.md",
"CHANGELOG.md",
"CLA_ARCHIVE.md",
"**/*.gemspec",
@@ -1497,7 +1498,8 @@
"spec/**",
"knife/spec/**",
"docs_site",
- "distro/ruby_bin_folder/**/*"
+ "distro/ruby_bin_folder/**/*",
+ "cspell.json"
],
"ignoreRegExpList": [
// Ignore "'s" at the end of a word. If "Chef" is an accepted word, so is "Chef's".