Skip to content

Commit

Permalink
fix: ignore gitlint checks for bots
Browse files Browse the repository at this point in the history
This commit modifies the gitlint configuration to ignore the max title
length and max body line length rules for bot accounts. This should
encompass both dependabot commits and red-hat-konflux-bot commits.

Signed-off-by: Johnny Bieren <[email protected]>
  • Loading branch information
johnbieren committed Aug 19, 2024
1 parent e8e35b0 commit ed5f743
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlint
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ line-length=88

[contrib-title-conventional-commits]

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

0 comments on commit ed5f743

Please sign in to comment.