mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
ci: Enable cspell on test on dotfiles too
Noticed this because pre-commit would try to run on dotfiles as well (will CI ignored it)
This commit is contained in:
parent
b92144180f
commit
28bfac3c3c
2 changed files with 4 additions and 1 deletions
3
.vscode/cSpell.json
vendored
3
.vscode/cSpell.json
vendored
|
@ -19,6 +19,7 @@
|
|||
|
||||
// files to ignore (globs supported)
|
||||
"ignorePaths": [
|
||||
".git/**",
|
||||
"Cargo.lock",
|
||||
"oranda.json",
|
||||
"target/**",
|
||||
|
@ -28,6 +29,8 @@
|
|||
"**/*.svg"
|
||||
],
|
||||
|
||||
"enableGlobDot": true,
|
||||
|
||||
// words to ignore (even if they are in the flagWords)
|
||||
"ignoreWords": [],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue