Fix: Skip sigul installation on Ubuntu
[releng/global-jjb.git] / .gitlint
index db97d76..ff58fcb 100644 (file)
--- a/.gitlint
+++ b/.gitlint
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: EPL-1.0
+# SPDX-FileCopyrightText: 2017 The Linux Foundation
 # All these sections are optional, edit this file as you like.
 [general]
 # Ignore certain rules, you can reference them by their id or by their full
@@ -94,3 +96,7 @@ contrib=contrib-title-conventional-commits,contrib-body-requires-signed-off-by
 # to the following (fairly standard) topics and require them to be Mixed Case
 [contrib-title-conventional-commits]
 types=Fix,Feat,Chore,Docs,Style,Refactor,Perf,Test,Revert,CI,Build
+
+# Require RELENG issues in commit messages
+[body-match-regex]
+regex=(.*)Issue:\s+(?<!IT)RELENG-\d+(.*)