Skip to content

Commit

Permalink
chore: Add gitlint pre-commit hook
Browse files Browse the repository at this point in the history
Adds a pre-commit hook for gitlint to enforce consistent commit message formatting. This helps maintain a clean and readable commit history.
  • Loading branch information
RedAtman committed Aug 6, 2024
1 parent 02ee5d8 commit 82922de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
repos:
- repo: https://github.com/jorisroovers/gitlint
rev: v0.19.1
hooks:
- id: gitlint
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
Expand Down

0 comments on commit 82922de

Please sign in to comment.