Skip to content

Commit f39c75f

Browse files
committed
ADD TO: basic QA / add spellcheck / WIP
1 parent 47ba77a commit f39c75f

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.cspell.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
---
21
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
32
version: '0.2'
43
language: en-GB
4+
55
dictionaryDefinitions:
6-
- name: project-words
7-
path: './.phpcs.dict'
8-
addWords: true
6+
- name: project-words
7+
path: './.phpcs.dict'
8+
addWords: true
9+
910
dictionaries:
10-
- project-words
11+
- project-words
12+
1113
ignorePaths:
12-
- 'node_modules/**'
13-
- '/.phpcs.dict'
14+
- 'node_modules/**'
15+
- '/.phpcs.dict'
16+
1417
patterns:
1518
- name: markdown_code_block
1619
pattern: |
@@ -20,8 +23,8 @@ patterns:
2023
^\1 # end of the block
2124
/gmx
2225
- name: markdown_inline_code
23-
pattern: |
24-
/(\s*`)\S{3,}`/gmx
26+
pattern: /(\s*`)\S{3,}`/gmx
27+
2528
languageSettings:
2629
- languageId: markdown
2730
ignoreRegExpList:

0 commit comments

Comments
 (0)