Skip to content

Commit

Permalink
ci(pre-commit): Do not spellcheck past commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Nov 15, 2024
1 parent 0aba03d commit 2a2fc42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ repos:
args: [
--ignore-words=.codespellignore
]
# We cannot fix spelling errors in past commit message without force-push.
exclude: ^CHANGELOG.md$
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
Expand Down

0 comments on commit 2a2fc42

Please sign in to comment.