From 86712a10ec5ca0d20669a1b8079b543566ba418f Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Fri, 31 Jan 2020 08:26:14 +1100 Subject: [PATCH] Added cspell config --- .cspell.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 .cspell.json diff --git a/.cspell.json b/.cspell.json new file mode 100644 index 0000000000..a495f45094 --- /dev/null +++ b/.cspell.json @@ -0,0 +1,72 @@ +{ + "language": "en-GB", + "dictionaries": ["php"], + "allowCompoundWords": true, + "ignorePaths": [ + "src/Standards/*/Tests/*/*.{inc,js,css}", + "src/Standards/*/Tests/*/*.{inc,js,css}.fixed" + ], + "ignoreRegExpList": ["email", "^\\s+\\*\\s+@(author|copyright)\\s+.*$"], + "words": [ + "analyzer", + "analyzing", + "asperand", + "autoload", + "autoloaded", + "autoloaders", + "autoloading", + "basepath", + "bom", + "changeset", + "changesets", + "checkstyle", + "codesniffer", + "cyclomatic", + "cygwin", + "decrementor", + "devnull", + "dnumber", + "docblock", + "encapsed", + "gjslint", + "groupid", + "gsjlint", + "hashbang", + "heredoc", + "hgblame", + "jquery", + "junit", + "kernighan", + "lnumber", + "markup", + "minified", + "mins", + "nekudotayim", + "nowdoc", + "paamayim", + "pcre", + "php's", + "phpcbf", + "phpcs", + "phpunit", + "recurse", + "recurses", + "refs", + "retval", + "ruleset", + "rulesets", + "secs", + "squiz", + "standard's", + "stty", + "studly", + "symlink", + "symlinks", + "tokeniser", + "tostring", + "unary", + "wnohang", + "xmlwriter", + "yoda" + ] +}