Skip to content

Commit 6f21890

Browse files
Cleanup words/files ignores in cspell.yml (#3668)
1 parent de916c8 commit 6f21890

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

cspell.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,27 @@ ignorePaths:
55
# Excluded from spelling check
66
- cspell.yml
77
- package.json
8-
- package-lock.json
9-
- tsconfig.json
108
- benchmark/github-schema.graphql
119
- benchmark/github-schema.json
1210
overrides:
1311
- filename: '**/docs-old/APIReference-*.md'
1412
ignoreRegExpList: ['/href="[^"]*"/']
13+
words:
14+
- sublinks
15+
- instanceof
1516
- filename: 'website/**'
1617
dictionaries:
1718
- fullstack
19+
- html
1820
words:
1921
- clsx
2022
- infima
21-
- noopener
22-
- noreferrer
23-
- xlink
2423

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

2827
words:
2928
- graphiql
30-
- sublinks
31-
- instanceof
3229

3330
# Different names used inside tests
3431
- Skywalker
@@ -38,7 +35,6 @@ words:
3835
- Artoo
3936
- Threepio
4037
- Odie
41-
- Odie's
4238
- Damerau
4339
- Alderaan
4440
- Tatooine

0 commit comments

Comments
 (0)