diff options
author | Pete Higgins <pete@peterhiggins.org> | 2020-05-07 16:50:25 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-05-18 20:29:40 -0700 |
commit | a729c9be155e3d335fbd7bd165abd4ba9610943d (patch) | |
tree | 75b4b985ff469f033dc644857a8183d784611d34 /cspell.json | |
parent | a36abdaf4c6cad4df506866021ec7abb2266706b (diff) | |
download | chef-a729c9be155e3d335fbd7bd165abd4ba9610943d.tar.gz |
Get lib/ free of spelling violations.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to 'cspell.json')
-rw-r--r-- | cspell.json | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/cspell.json b/cspell.json index cda2f828ed..e4ba79f90d 100644 --- a/cspell.json +++ b/cspell.json @@ -130,6 +130,7 @@ "Depsolving", "Devaux", "Dfsn", + "Dhanesh", "Dheeraj", "Dialup", "Dibowitz", @@ -555,6 +556,7 @@ "RUBYLIB", "RUBYOPT", "RXACT", + "Raghavan", "Rakvåg", "Ranjib", "Rebooter", @@ -773,6 +775,7 @@ "argdup", "arity", "artem", + "asdf", "astoltz", "astring", "attribs", @@ -794,6 +797,7 @@ "autovivifying", "backcompat", "backoff", + "backport", "backported", "backslashing", "backtrace", @@ -863,6 +867,7 @@ "chefignores", "chefscriptresult", "chefspec", + "chefstyle", "chefzero", "chgroup", "chgrp", @@ -910,6 +915,7 @@ "contruct", "convertto", "cookbookname", + "cookiecurse", "cookstyle", "coookbook", "copypasta", @@ -978,6 +984,7 @@ "downcase", "downcased", "dracut", + "dragonflybsd", "dragonsmith", "drcmd", "drzewiec", @@ -1028,6 +1035,7 @@ "faststart", "faststop", "fatals", + "fauxhai", "featurename", "fflags", "fieldname", @@ -1079,6 +1087,7 @@ "gethostname", "getlogin", "getmodhandle", + "getnode", "getobj", "getppid", "getprint", @@ -1110,6 +1119,7 @@ "gsingla", "gsub", "gzipped", + "habicat", "hacky", "halp", "hardstatus", @@ -1183,6 +1193,7 @@ "ipaddr", "ipaddress", "ipscopes", + "iptables", "isalnum", "isalpha", "isatty", @@ -1201,6 +1212,7 @@ "jdoe", "jeremyhage", "jeroenj", + "jimwise", "jjustice", "jkeiser", "josephmilla", @@ -1246,6 +1258,7 @@ "lifecycle", "lifecycles", "linode", + "linuxmint", "listprop", "ljust", "lltstype", @@ -1270,6 +1283,7 @@ "lpsz", "lsfs", "lslpp", + "lsof", "lspci", "lssrc", "lstat", @@ -1336,6 +1350,7 @@ "mounttab", "mpkg", "msgarbossa", + "msgmax", "msiexec", "mswin", "msys", @@ -1409,6 +1424,7 @@ "nproc", "nread", "nsis", + "ntpd", "nyan", "objfs", "objs", @@ -1427,6 +1443,7 @@ "openid", "openindiana", "opensolaris", + "openssh", "openssl", "openstack", "opensuse", @@ -1475,6 +1492,7 @@ "policyfile", "popen", "portageq", + "powerpc", "ppid", "ppmd", "prco", @@ -1511,6 +1529,7 @@ "quickconfig", "qword", "ramereth", + "raspbian", "rassoc", "rbag", "rbconfig", @@ -1667,6 +1686,7 @@ "somefile", "someotherfile", "sourceline", + "sparc", "spawninstance", "specdoc", "sprintf", @@ -1894,6 +1914,7 @@ "xenial", "xinetd", "yajl", + "yardoc", "yieldparam", "yocto", "yolo", @@ -1924,7 +1945,8 @@ "**/Berksfile", "spec/data/**/*", "lib/chef/provider/package/yum/simplejson/**/*", - "lib/chef/provider/package/yum/simplejson/*" + "lib/chef/provider/package/yum/simplejson/*", + "spec/**" ], "ignoreRegExpList": [ // Ignore "'s" at the end of a word. If "Chef" is an accepted word, so is "Chef's". |