Files
Luan Nico 9b16b17804 docs: Remove last broad cSpell bypass regex and fix all violations (#2802)
Remove last broad cSpell bypass regex and fix all violations
This bypassed all code blocks within markdown files
(I didn't notice this one before because it was just for markdowns; it explains some weirdness I was seeing)
Now the only remaining restriction is about colors, which I like
Also removed all usages of cSpell:disable in favor of word-specific bypasses
2023-10-08 22:00:32 +02:00

59 lines
1.1 KiB
JSON

{
"version": "0.2",
"language": "en",
"flagWords": [
"teh",
"hte"
],
"ignorePaths": [
"**/media/**",
"**/assets/**",
"**/CHANGELOG.md"
],
"ignoreRegExpList": [
"\\#[\\w\\-]+"
],
"dictionaries": [
"en_US",
"softwareTerms",
"dart_dictionary",
"flame_dictionary",
"gamedev_dictionary",
"sphinx_dictionary",
"people_usernames",
"words_dictionary"
],
"dictionaryDefinitions": [
{
"name": "dart_dictionary",
"path": "./.cspell/dart_dictionary.txt",
"addWords": true
},
{
"name": "flame_dictionary",
"path": "./.cspell/flame_dictionary.txt",
"addWords": true
},
{
"name": "gamedev_dictionary",
"path": "./.cspell/gamedev_dictionary.txt",
"addWords": true
},
{
"name": "sphinx_dictionary",
"path": "./.cspell/sphinx_dictionary.txt",
"addWords": true
},
{
"name": "people_usernames",
"path": "./.cspell/people_usernames.txt",
"addWords": true
},
{
"name": "words_dictionary",
"path": "./.cspell/words_dictionary.txt",
"addWords": true
}
]
}