File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "description" : " Cspell config for graphql module." ,
3
+ "language" : " en-US" ,
4
+ "allowCompoundWords" : false ,
5
+ "globRoot" : " ." ,
6
+ "minWordLength" : 4 ,
7
+ "ignorePaths" : [
8
+ " assets/explorer/dist/*" ,
9
+ " assets/voyager/dist/*"
10
+ ],
11
+ "dictionaries" : [],
12
+ "dictionaryDefinitions" : [],
13
+ "words" : [
14
+ " dataproducer" ,
15
+ " dataproducers" ,
16
+ " GraphiQL" ,
17
+ " graphqls" ,
18
+ " webonyx"
19
+ ],
20
+ "flagWords" : [
21
+ " e-mail" ,
22
+ " grey" ,
23
+ " queuing"
24
+ ]
25
+ }
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ include:
12
12
- " /includes/include.drupalci.workflows.yml"
13
13
14
14
variables :
15
- _CSPELL_IGNORE_PATHS : ' assets/explorer/dist/*, assets/voyager/dist/*'
16
15
SKIP_ESLINT : 1
17
16
SKIP_STYLELINT : 1
18
17
# We only wan to run PHPStan once on the max PHP version, skip default runs.
You can’t perform that action at this time.
0 commit comments