Skip to content

Commit

Permalink
chore: add gitlint config file
Browse files Browse the repository at this point in the history
This commit adds the same .gitlint configuration file we have in
release-service and release-service-utils.

Signed-off-by: Johnny Bieren <jbieren@redhat.com>
  • Loading branch information
johnbieren committed Aug 19, 2024
1 parent bca75ed commit 8f0d7c2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitlint
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[general]
contrib=contrib-title-conventional-commits,CC1
extra-path=.github/gitlint
ignore=T5

[title-max-length]
line-length=72

[body-max-line-length]
line-length=88

[body-first-line-empty]

[contrib-title-conventional-commits]

[ignore-by-author-name]
regex=(.*)\[bot\](.*)
ignore=T1,B1

0 comments on commit 8f0d7c2

Please sign in to comment.