File tree Expand file tree Collapse file tree 3 files changed +60
-69
lines changed Expand file tree Collapse file tree 3 files changed +60
-69
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ language : en
2
+ ignorePaths :
3
+ # Copied from '.gitignore', please keep it in sync.
4
+ - .eslintcache
5
+ - node_modules
6
+ - coverage
7
+ - npmDist
8
+ - denoDist
9
+ - npm
10
+ - deno
11
+
12
+ # Excluded from spelling check
13
+ - cspell.yml
14
+ - package.json
15
+ - package-lock.json
16
+ - tsconfig.json
17
+ - benchmark/github-schema.graphql
18
+ - benchmark/github-schema.json
19
+ overrides :
20
+ - filename : ' **/docs/APIReference-*.md'
21
+ ignoreRegExpList : ['/href="[^"]*"/']
22
+
23
+ words :
24
+ - graphiql
25
+ - sublinks
26
+ - subcommand
27
+ - transpilation
28
+ - instanceof
29
+ - flowtype
30
+ - noconcurrent
31
+
32
+ # Different names used inside tests
33
+ - Skywalker
34
+ - Leia
35
+ - Wilhuff
36
+ - Tarkin
37
+ - Artoo
38
+ - Threepio
39
+ - Odie
40
+ - Odie's
41
+ - Damerau
42
+ - Alderaan
43
+ - Tatooine
44
+ - astromech
45
+
46
+ # TODO: contribute upstream
47
+ - deno
48
+ - codecov
49
+
50
+ # TODO: remove bellow words
51
+ - QLID # GraphQLID
52
+ - QLJS # GraphQLJS
53
+ - iface
54
+ - Reqs
55
+ - ORing
56
+ - FXXX
57
+ - XXXF
58
+ - bfnrt
59
+ - wrds
Original file line number Diff line number Diff line change 36
36
"testonly:cover" : " nyc npm run testonly" ,
37
37
"prettier" : " prettier --write --list-different ." ,
38
38
"prettier:check" : " prettier --check ." ,
39
- "check:spelling" : " cspell '**/*'" ,
39
+ "check:spelling" : " cspell --no-progress '**/*'" ,
40
40
"check:integrations" : " mocha --full-trace integrationTests/*-test.js" ,
41
41
"build:npm" : " node resources/build-npm.js" ,
42
42
"build:deno" : " node resources/build-deno.js" ,
You can’t perform that action at this time.
0 commit comments