Skip to content

Commit

Permalink
ci: update gitlint wrt. upstream changes
Browse files Browse the repository at this point in the history
Update the .gitlint to reflect recent changes
from the upstream zephyr repository.

Signed-off-by: Håkon Alseth <[email protected]>
  • Loading branch information
Rallare authored and carlescufi committed Oct 23, 2019
1 parent 780ce1b commit 3dbf5d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlint
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ debug = false
extra-path=../zephyr/scripts/gitlint

[title-max-length-no-revert]
line-length=72
line-length=75

[body-min-line-count]
min-line-count=1
Expand All @@ -22,7 +22,7 @@ min-line-count=1
max-line-count=200

[title-starts-with-subsystem]
regex = ^(([^:]+):)(\s([^:]+):)*\s(.+)$
regex = ^(?!subsys:)(([^:]+):)(\s([^:]+):)*\s(.+)$

[title-must-not-contain-word]
# Comma-separated list of words that should not occur in the title. Matching is case
Expand Down

0 comments on commit 3dbf5d2

Please sign in to comment.