Skip to content

Commit

Permalink
cspell: disable progress and convert config to YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Feb 18, 2021
1 parent 8168a9a commit b9b2349
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 69 deletions.
68 changes: 0 additions & 68 deletions cspell.json

This file was deleted.

59 changes: 59 additions & 0 deletions cspell.yml
@@ -0,0 +1,59 @@
language: en
ignorePaths:
# Copied from '.gitignore', please keep it in sync.
- .eslintcache
- node_modules
- coverage
- npmDist
- denoDist
- npm
- deno

# Excluded from spelling check
- cspell.yml
- package.json
- package-lock.json
- tsconfig.json
- benchmark/github-schema.graphql
- benchmark/github-schema.json
overrides:
- filename: "**/docs/APIReference-*.md"
ignoreRegExpList: ["/href=\"[^\"]*\"/"]

words:
- graphiql
- sublinks
- subcommand
- transpilation
- instanceof
- flowtype
- noconcurrent

# Different names used inside tests
- Skywalker
- Leia
- Wilhuff
- Tarkin
- Artoo
- Threepio
- Odie
- Odie's
- Damerau
- Alderaan
- Tatooine
- astromech

# TODO: contribute upstream
- deno
- codecov

# TODO: remove bellow words
- QLID # GraphQLID
- QLJS # GraphQLJS
- iface
- Reqs
- ORing
- FXXX
- XXXF
- bfnrt
- wrds
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"testonly:cover": "nyc npm run testonly",
"prettier": "prettier --write --list-different .",
"prettier:check": "prettier --check .",
"check:spelling": "cspell '**/*'",
"check:spelling": "cspell --no-progress '**/*'",
"check:integrations": "mocha --full-trace integrationTests/*-test.js",
"build:npm": "node resources/build-npm.js",
"build:deno": "node resources/build-deno.js",
Expand Down

0 comments on commit b9b2349

Please sign in to comment.