File tree Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Original file line number Diff line number Diff line change 1
1
$schema : https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
2
2
version : ' 0.2'
3
3
language : en-GB
4
+ readonly : true
4
5
5
- dictionaryDefinitions :
6
- - name : project-words
7
- path : ' ./.phpcs.dict'
8
- addWords : true
6
+ useGitignore : true
9
7
10
8
dictionaries :
11
- - project-words
12
-
13
- ignorePaths :
14
- - ' node_modules/**'
15
- - ' /.phpcs.dict'
9
+ - php
16
10
17
11
patterns :
18
12
- name : markdown_code_block
@@ -23,10 +17,25 @@ patterns:
23
17
^\1 # end of the block
24
18
/gmx
25
19
- name : markdown_inline_code
26
- pattern : /(\s*`)\S {3,}`/gmx
20
+ pattern : /(\s*`)[^`\n] {3,}`/gmx
27
21
28
22
languageSettings :
29
23
- languageId : markdown
30
24
ignoreRegExpList :
31
25
- markdown_code_block
32
26
- markdown_inline_code
27
+
28
+ words :
29
+ - PHP_CodeSniffer
30
+ - phpcs
31
+ - phpcbf
32
+ - Allman
33
+ - Analyzer
34
+ - anymore
35
+ - csslint
36
+ - docblocks
37
+ - gitblame
38
+ - Joomla
39
+ - nowdocs
40
+ - Squiz
41
+ - SquizLabs
You can’t perform that action at this time.
0 commit comments