summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-05-05 11:34:18 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-18 20:29:40 -0700
commitf92296100f855e023b77b70650d4b435ea263b9d (patch)
tree4fdc5884da23f5c5259472b47a1300f05fac8264
parentf14d814c2e509b3f3e3e725bb7f353512a6d14ff (diff)
downloadchef-f92296100f855e023b77b70650d4b435ea263b9d.tar.gz
Add more exceptions and ignored files.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
-rw-r--r--cspell.json35
1 files changed, 34 insertions, 1 deletions
diff --git a/cspell.json b/cspell.json
index 8d40cf4ebb..6afd5b3182 100644
--- a/cspell.json
+++ b/cspell.json
@@ -102,7 +102,10 @@
"Policyfiles",
"Quer",
"RHEL",
+ "RUBYLIB",
+ "RUBYOPT",
"Ranjib",
+ "Recurse",
"Reenable",
"Renaud",
"Romain",
@@ -149,6 +152,7 @@
"Zuazo",
"Zypper",
"aarch",
+ "activesupport",
"airgapped",
"albertomurillo",
"amazonec",
@@ -165,6 +169,7 @@
"balasankarc",
"bigip",
"bindir",
+ "binstub",
"bmhatfield",
"bobchaos",
"brodock",
@@ -176,10 +181,12 @@
"ccope",
"centos",
"chadmccune",
+ "chdir",
"chefignore",
"chefspec",
"chilcote",
"chmod",
+ "choco",
"clearlinux",
"clearos",
"codepage",
@@ -213,8 +220,10 @@
"enablerepo",
"erinn",
"ethtool",
+ "euid",
"executables",
"filesystems",
+ "fileutils",
"fizzbuzz",
"fnmatch",
"foobarbam",
@@ -255,6 +264,7 @@
"jsvana",
"jugatsu",
"julienhuon",
+ "junit",
"keeppackages",
"kenmacleod",
"kerberos",
@@ -269,6 +279,7 @@
"libxslt",
"lifecycle",
"linode",
+ "ljust",
"logfiles",
"lspci",
"lwrp",
@@ -287,6 +298,7 @@
"megamorf",
"merlinjim",
"michaellihs",
+ "mingw",
"mirrorlist",
"mixins",
"mixlib",
@@ -310,10 +322,14 @@
"nokogiri",
"ohai",
"omry",
+ "openbsd",
"openssl",
"openstack",
+ "opensuse",
"openvz",
+ "opscode",
"oracledb",
+ "pacman",
"passwd",
"passwordage",
"passwordless",
@@ -325,6 +341,7 @@
"prepended",
"pschaumburg",
"pubout",
+ "quickconfig",
"ramereth",
"redhat",
"reenable",
@@ -337,6 +354,7 @@
"robuye",
"rpmdb",
"rpms",
+ "rspec",
"rubygem",
"rubyzip",
"runtimes",
@@ -344,10 +362,12 @@
"salzig",
"sawanoboly",
"sbin",
+ "selinux",
"servermanagercmd",
"shellout",
"shmem",
"shoekstra",
+ "shortcode",
"sidorenko",
"sigar",
"signoff",
@@ -355,6 +375,7 @@
"sles",
"socketless",
"softlayer",
+ "specdoc",
"sshock",
"sssd",
"stacktraces",
@@ -376,25 +397,30 @@
"timtest",
"tmpdir",
"tomdoherty",
+ "toolchain",
"triaging",
"ulimit",
"umask",
"unencrypted",
"unignored",
"unregister",
+ "unshift",
"userdefaults",
"usermod",
"varargs",
"vbox",
+ "vendored",
"vincentaubert",
"virtualbox",
"vkhatri",
"vlan",
"vmware",
+ "webrick",
"westus",
"winrm",
"workgroup",
"wstring",
+ "yajl",
"yocto",
"zanecodes",
"zmscwx",
@@ -408,10 +434,17 @@
],
"ignorePaths": [
"CHANGELOG.md",
- "CLA_ARCHIVE.md"
+ "CLA_ARCHIVE.md",
+ "**/*.gemspec",
+ "**/Gemfile.lock",
+ "**/Gemfile",
+ ".expeditor/**/*",
+ "**/*.yml"
],
"ignoreRegExpList": [
// Ignore "'s" at the end of a word. If "Chef" is an accepted word, so is "Chef's".
+ "/'s\\b/",
+ // Ignore "'d" at the end of a word. If "dup" is an accepted word, so is "dup'd".
"/'s\\b/"
]
}