Skip to content

Commit

Permalink
chore: spell check commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
webdeveric committed May 13, 2024
1 parent f1b8613 commit 66b8592
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx --no cspell -- --no-summary --no-progress --language-id commit-msg $1
8 changes: 7 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,11 @@
"webdeveric"
],
"flagWords": [],
"ignorePaths": ["pnpm-lock.yaml", "./.vscode/", "node_modules"]
"ignorePaths": ["pnpm-lock.yaml", "./.vscode/", "node_modules"],
"languageSettings": [
{
"languageId": "commit-msg",
"ignoreRegExpList": ["/^#.*/gm"]
}
]
}

0 comments on commit 66b8592

Please sign in to comment.