diff --git a/scripts/jenkins/gitlint.ini b/scripts/jenkins/gitlint.ini index 8b0eeb4245..6733008d84 100644 --- a/scripts/jenkins/gitlint.ini +++ b/scripts/jenkins/gitlint.ini @@ -8,7 +8,7 @@ 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