From 712705e4be30fded6a83f46f4efa53014948013a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 29 Jul 2019 19:03:52 +0100 Subject: [PATCH] chore(ci): bump header-max-length to 100 Lots of renovate PRs include commits with long subjects since they include dependency name. Fixing it always requires either ignoring failed CI jobs or manually editing the subject. Better to allow long subjects --- .commitlintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.commitlintrc.js b/.commitlintrc.js index 027406941..b4cd18f81 100644 --- a/.commitlintrc.js +++ b/.commitlintrc.js @@ -2,7 +2,7 @@ module.exports = { rules: { "body-leading-blank": [1, "always"], "footer-leading-blank": [1, "always"], - "header-max-length": [2, "always", 72], + "header-max-length": [2, "always", 100], "scope-case": [2, "always", "lower-case"], "subject-case": [ 2,