Skip to content

Commit ad3efc5

Browse files
committed
move cspell to config
1 parent 93030e8 commit ad3efc5

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.cspell.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
}

.gitlab-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ include:
1212
- "/includes/include.drupalci.workflows.yml"
1313

1414
variables:
15-
_CSPELL_IGNORE_PATHS: 'assets/explorer/dist/*, assets/voyager/dist/*'
1615
SKIP_ESLINT: 1
1716
SKIP_STYLELINT: 1
1817
# We only wan to run PHPStan once on the max PHP version, skip default runs.

0 commit comments

Comments
 (0)