Skip to content

Commit

Permalink
[#4] Style: allow GitHub-style commits
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofusai committed Oct 3, 2024
1 parent 1778460 commit 26406da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ repos:
- id: gitlint
args:
- -c
- title-match-regex.regex=^(Build|Bump|Chore|Ci|Docs|Feat|Fix|Perf|Refactor|Revert|Style|Test):\s[a-z].*$
- title-match-regex.regex=^\[#\d+\]\s(Build|Bump|Chore|Ci|Docs|Feat|Fix|Perf|Refactor|Revert|Style|Test):\s[a-z].*$
- --ignore=B6
- --msg-filename
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit 26406da

Please sign in to comment.