Skip to content

Commit

Permalink
refactor: expand cspell.json ignorePaths for pre-commit repo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljaltamirano committed Feb 13, 2024
1 parent 44d1d99 commit 8fd7dbe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
14 changes: 12 additions & 2 deletions cspell.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
"css",
"en-gb",
"fonts",
"go",
"html",
"powershell",
"node",
"npm",
"python",
"typescript"
],
"dictionaryDefinitions": [
Expand All @@ -24,6 +26,14 @@
],
"ignoreRegExpList": ["^.*TODO.*"],
"ignorePaths": [
"./hooks/cspell/turo-dictionary.txt",
],
"./.gitignore",
"./.pre-commit-hooks.yaml",
"./containers/**",
"./docs/**",
"./hooks/**",
"./licenses/**",
"./README.md",
"./script/**",
"./versions.env"
]
}
1 change: 1 addition & 0 deletions hooks/cspell/turo-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,5 @@ unionpay
upsell
vals
webcal
yalc
youtube

0 comments on commit 8fd7dbe

Please sign in to comment.