forked from PHPCSStandards/PHP_CodeSniffer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cspell.json
72 lines (72 loc) · 1.44 KB
/
.cspell.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
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"
]
}