Skip to content

Commit

Permalink
chore(gitlint): ignore title length for bot made commits
Browse files Browse the repository at this point in the history
For long action ids such as
`google-github-actions/release-please-action`, they end up quite long.

As of gitlint 0.19.1 it seems ignores are not additive, so `body-is-missing`
needs to be duplicated here.
  • Loading branch information
scop committed Feb 4, 2024
1 parent 057ebd5 commit b631277
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlint
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ regex-style-search = true

[ignore-body-lines]
regex = ^(Co-authored-by:|((Refs|See|[*-]) )?https?://)

[ignore-by-author-name]
regex = \[bot\]
ignore = body-is-missing,title-max-length

0 comments on commit b631277

Please sign in to comment.