Skip to content

Commit

Permalink
ci: exclude changelog.md from precommit (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
d0choa authored Feb 9, 2024
1 parent 3b8ec11 commit 6d8a6aa
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 @@ -13,6 +13,7 @@ repos:
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
exclude: "CHANGELOG.md"
- id: debug-statements
- id: check-merge-conflict
- id: check-case-conflict
Expand Down Expand Up @@ -49,6 +50,7 @@ repos:
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
exclude: "CHANGELOG.md"

- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.11.0
Expand Down

0 comments on commit 6d8a6aa

Please sign in to comment.