Skip to content

Commit

Permalink
Merge pull request #195 from oasisprotocol/tjanez/tune-gitlint
Browse files Browse the repository at this point in the history
gitlint: Ignore specific line length rules for Dependabot commits
  • Loading branch information
tjanez authored Jan 29, 2024
2 parents 8d2dfda + 9e9625b commit 0524487
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .gitlint
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,18 @@ ignore=body-is-missing
contrib=contrib-disallow-cleanup-commits

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

[body-max-line-length]
line-length=120
line-length=80

[body-min-length]
min-length=20

[title-must-not-contain-word]
words=wip

[ignore-by-author-name]
# Ignore specific line length rules for Dependabot commits.
regex=dependabot
ignore=title-max-length,body-max-line-length

0 comments on commit 0524487

Please sign in to comment.