Skip to content

Commit

Permalink
Merge pull request #3518 from rsalevsky/gitlint2
Browse files Browse the repository at this point in the history
gitlint: Allow trivial changes to be without reference (SOC-9559)
  • Loading branch information
Rick Salevsky authored Jul 3, 2019
2 parents 36fa7a3 + 2368013 commit eb2909b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/jenkins/gitlint.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ line-length=80
words=wip,WIP

[title-match-regex]
regex=^(?!SOC).*\(((bsc#|SOC-)[0-9]+(,\s)?)+\)$
regex=^(?!SOC).*\((((bsc#|SOC-)[0-9]+(,\s)?)+|trivial|typo|noref)\)$

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

[body-min-length]
min-length=5

[author-valid-email]
regex=[^@]+@suse.(com|de)

0 comments on commit eb2909b

Please sign in to comment.