mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
docs/spell ~ add 'vendor' directory exception for spell-checker
This commit is contained in:
parent
7784a252f2
commit
ae05bffbab
1 changed files with 1 additions and 1 deletions
2
.vscode/cSpell.json
vendored
2
.vscode/cSpell.json
vendored
|
@ -11,7 +11,7 @@
|
||||||
{ "name": "workspace", "path": "./cspell.dictionaries/workspace.wordlist.txt" }
|
{ "name": "workspace", "path": "./cspell.dictionaries/workspace.wordlist.txt" }
|
||||||
],
|
],
|
||||||
// ignorePaths - a list of globs to specify which files are to be ignored
|
// ignorePaths - a list of globs to specify which files are to be ignored
|
||||||
"ignorePaths": ["Cargo.lock", "target/**", "tests/**/fixtures/**", "src/uu/dd/test-resources/**"],
|
"ignorePaths": ["Cargo.lock", "target/**", "tests/**/fixtures/**", "src/uu/dd/test-resources/**", "vendor/**"],
|
||||||
// ignoreWords - a list of words to be ignored (even if they are in the flagWords)
|
// ignoreWords - a list of words to be ignored (even if they are in the flagWords)
|
||||||
"ignoreWords": [],
|
"ignoreWords": [],
|
||||||
// words - list of words to be always considered correct
|
// words - list of words to be always considered correct
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue