Skip to content

Commit

Permalink
Added cspell config
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jan 30, 2020
1 parent 428be2c commit 86712a1
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 86712a1

Please sign in to comment.