From 16e63adef497234526f543ddcf40d80982ce1629 Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Thu, 27 Jun 2019 09:59:23 +0200 Subject: [PATCH 1/2] gitlint.ini: Allow external contributions in the spirit of OpenStack's 4 opens https://www.openstack.org/four-opens/ --- scripts/jenkins/gitlint.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/jenkins/gitlint.ini b/scripts/jenkins/gitlint.ini index 8b0eeb4245..cd64ec455b 100644 --- a/scripts/jenkins/gitlint.ini +++ b/scripts/jenkins/gitlint.ini @@ -15,6 +15,3 @@ line-length=80 [body-min-length] min-length=5 - -[author-valid-email] -regex=[^@]+@suse.(com|de) From 5a238f54c3e992aabf5d12e10eb606b3980faf14 Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Thu, 27 Jun 2019 10:01:10 +0200 Subject: [PATCH 2/2] gitlint.ini: Do not require a issue reference This allows for easier trivial fixes. Also, not every dev has a bugzilla account. --- scripts/jenkins/gitlint.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/jenkins/gitlint.ini b/scripts/jenkins/gitlint.ini index cd64ec455b..2ab049027f 100644 --- a/scripts/jenkins/gitlint.ini +++ b/scripts/jenkins/gitlint.ini @@ -7,9 +7,6 @@ line-length=80 [title-must-not-contain-word] words=wip,WIP -[title-match-regex] -regex=^(?!SOC).*\(((bsc#|SOC-)[0-9]+(,\s)?)+\)$ - [body-max-line-length] line-length=80