summaryrefslogtreecommitdiff
path: root/cspell.json
diff options
context:
space:
mode:
authormwrock <matt@mattwrock.com>2020-10-01 11:09:31 -0700
committermwrock <matt@mattwrock.com>2020-10-01 16:32:54 -0700
commit18c528980b5a1f63296d82208024006982bf97d5 (patch)
treea9fd06a071cf339b73c7a917113ae887a2339acb /cspell.json
parent9833cc34a88ef149c8a8565880440102068345bb (diff)
downloadchef-18c528980b5a1f63296d82208024006982bf97d5.tar.gz
fix chefstyle and spellcheck
Signed-off-by: mwrock <matt@mattwrock.com>
Diffstat (limited to 'cspell.json')
-rw-r--r--cspell.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/cspell.json b/cspell.json
index dd9fe6717f..a59f601341 100644
--- a/cspell.json
+++ b/cspell.json
@@ -1913,7 +1913,8 @@
"omnibus/resources/chef/**/*",
"kitchen-tests/cookbooks/end_to_end/files/*",
"spec/**",
- "docs_site"
+ "docs_site",
+ "distro/ruby_bin_folder/**/*"
],
"ignoreRegExpList": [
// Ignore "'s" at the end of a word. If "Chef" is an accepted word, so is "Chef's".