mirror of
https://github.com/flame-engine/flame.git
synced 2026-03-27 02:18:46 +00:00
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
59 lines
1.1 KiB
JSON
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
|
|
}
|
|
]
|
|
}
|