Skip to content

Commit 9f6e232

Browse files
committed
ADD
1 parent 1215d9d commit 9f6e232

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

.cspell.yml

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
22
version: '0.2'
33
language: en-GB
4+
readonly: true
45

5-
dictionaryDefinitions:
6-
- name: project-words
7-
path: './.phpcs.dict'
8-
addWords: true
6+
useGitignore: true
97

108
dictionaries:
11-
- project-words
12-
13-
ignorePaths:
14-
- 'node_modules/**'
15-
- '/.phpcs.dict'
9+
- php
1610

1711
patterns:
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

2822
languageSettings:
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

0 commit comments

Comments
 (0)