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 11$schema : https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
22version : ' 0.2'
33language : en-GB
4+ readonly : true
45
5- dictionaryDefinitions :
6- - name : project-words
7- path : ' ./.phpcs.dict'
8- addWords : true
6+ useGitignore : true
97
108dictionaries :
11- - project-words
12-
13- ignorePaths :
14- - ' node_modules/**'
15- - ' /.phpcs.dict'
9+ - php
1610
1711patterns :
1812 - name : markdown_code_block
@@ -23,10 +17,25 @@ patterns:
2317 ^\1 # end of the block
2418 /gmx
2519 - name : markdown_inline_code
26- pattern : /(\s*`)\S {3,}`/gmx
20+ pattern : /(\s*`)[^`\n] {3,}`/gmx
2721
2822languageSettings :
2923 - languageId : markdown
3024 ignoreRegExpList :
3125 - markdown_code_block
3226 - 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