1
Fork 0
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:
Nicolas Boichat 2025-03-26 16:34:19 +01:00
parent b92144180f
commit 28bfac3c3c
2 changed files with 4 additions and 1 deletions

3
.vscode/cSpell.json vendored
View file

@ -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": [],