Skip to content

Commit 86712a1

Browse files
committed
Added cspell config
1 parent 428be2c commit 86712a1

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

.cspell.json

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"language": "en-GB",
3+
"dictionaries": ["php"],
4+
"allowCompoundWords": true,
5+
"ignorePaths": [
6+
"src/Standards/*/Tests/*/*.{inc,js,css}",
7+
"src/Standards/*/Tests/*/*.{inc,js,css}.fixed"
8+
],
9+
"ignoreRegExpList": ["email", "^\\s+\\*\\s+@(author|copyright)\\s+.*$"],
10+
"words": [
11+
"analyzer",
12+
"analyzing",
13+
"asperand",
14+
"autoload",
15+
"autoloaded",
16+
"autoloaders",
17+
"autoloading",
18+
"basepath",
19+
"bom",
20+
"changeset",
21+
"changesets",
22+
"checkstyle",
23+
"codesniffer",
24+
"cyclomatic",
25+
"cygwin",
26+
"decrementor",
27+
"devnull",
28+
"dnumber",
29+
"docblock",
30+
"encapsed",
31+
"gjslint",
32+
"groupid",
33+
"gsjlint",
34+
"hashbang",
35+
"heredoc",
36+
"hgblame",
37+
"jquery",
38+
"junit",
39+
"kernighan",
40+
"lnumber",
41+
"markup",
42+
"minified",
43+
"mins",
44+
"nekudotayim",
45+
"nowdoc",
46+
"paamayim",
47+
"pcre",
48+
"php's",
49+
"phpcbf",
50+
"phpcs",
51+
"phpunit",
52+
"recurse",
53+
"recurses",
54+
"refs",
55+
"retval",
56+
"ruleset",
57+
"rulesets",
58+
"secs",
59+
"squiz",
60+
"standard's",
61+
"stty",
62+
"studly",
63+
"symlink",
64+
"symlinks",
65+
"tokeniser",
66+
"tostring",
67+
"unary",
68+
"wnohang",
69+
"xmlwriter",
70+
"yoda"
71+
]
72+
}

0 commit comments

Comments
 (0)