Skip to content

Commit

Permalink
Cleanup words/files ignores in cspell.yml (#3668)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored Jul 7, 2022
1 parent de916c8 commit 6f21890
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,27 @@ ignorePaths:
# Excluded from spelling check
- cspell.yml
- package.json
- package-lock.json
- tsconfig.json
- benchmark/github-schema.graphql
- benchmark/github-schema.json
overrides:
- filename: '**/docs-old/APIReference-*.md'
ignoreRegExpList: ['/href="[^"]*"/']
words:
- sublinks
- instanceof
- filename: 'website/**'
dictionaries:
- fullstack
- html
words:
- clsx
- infima
- noopener
- noreferrer
- xlink

ignoreRegExpList:
- u\{[0-9a-f]{1,8}\}

words:
- graphiql
- sublinks
- instanceof

# Different names used inside tests
- Skywalker
Expand All @@ -38,7 +35,6 @@ words:
- Artoo
- Threepio
- Odie
- Odie's
- Damerau
- Alderaan
- Tatooine
Expand Down

0 comments on commit 6f21890

Please sign in to comment.