From a53d49a2b0c42e88c124db2b6fd6dedee4f325c2 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 30 Oct 2020 14:11:44 -0400 Subject: [PATCH] fix: updated commitlint config to allow longer subjects, because nobody anywhere uses an email client that limits subject lines to 72 characters --- commitlint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commitlint.config.js b/commitlint.config.js index c485cf62c9..062d24b868 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -3,6 +3,7 @@ module.exports = { extends: ['@commitlint/config-angular'], rules: { + 'header-max-length': [1, 'always', 72], 'type-enum': [ 2, 'always',