From ac28352242f6be865e487ad7fdf9c7a6f4897fdb Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Thu, 7 Jul 2022 16:04:05 +0300 Subject: [PATCH] Cleanup words/files ignores in `cspell.yml` cspell itself and its dictionaries improved a lot so now we remove some of our custom config --- cspell.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/cspell.yml b/cspell.yml index f3c8b359a4..a7fc29c7d9 100644 --- a/cspell.yml +++ b/cspell.yml @@ -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 @@ -38,7 +35,6 @@ words: - Artoo - Threepio - Odie - - Odie's - Damerau - Alderaan - Tatooine