diff options
author | Pete Higgins <pete@peterhiggins.org> | 2020-07-10 13:32:44 -0700 |
---|---|---|
committer | Pete Higgins <pete@peterhiggins.org> | 2020-07-10 13:32:44 -0700 |
commit | 22c946bbfef24f64987a69f2fb2db468ce6bca6a (patch) | |
tree | 78eacd7f876995ab277e97f5137a0cda6512e5c2 /cspell.json | |
parent | 39cb2e6f9bcfddbcbce179aa3161f7cafeb9b409 (diff) | |
download | chef-22c946bbfef24f64987a69f2fb2db468ce6bca6a.tar.gz |
Add spellcheck exceptions.fix-spellcheck-task
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to 'cspell.json')
-rw-r--r-- | cspell.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cspell.json b/cspell.json index ac59cb0e51..c900adbc84 100644 --- a/cspell.json +++ b/cspell.json @@ -634,6 +634,7 @@ "gettype", "gids", "Gilles", + "gitkeep", "glibc", "globalstate", "globbing", @@ -1605,6 +1606,7 @@ "rpmvercmp", "rquery", "rsakey", + "RSAT", "rspec", "rstrip", "rsync", @@ -1659,6 +1661,7 @@ "scutil", "secedit", "secoption", + "secopts", "secp", "securerandom", "SECURITYPOLICY", @@ -2175,7 +2178,8 @@ "zolo", "zombiejs", "Zuazo", - "Zygmuntowicz" + "Zygmuntowicz", + "zypp" ], // flagWords - list of words to be always considered incorrect // This is useful for offensive words and common spelling errors. |