fix: updated commitlint config to allow longer subjects, because nobody anywhere uses an email client that limits subject lines to 72 characters

v1.18.x
Julian Lam 4 years ago
parent dda5d42610
commit a53d49a2b0

@ -3,6 +3,7 @@
module.exports = {
extends: ['@commitlint/config-angular'],
rules: {
'header-max-length': [1, 'always', 72],
'type-enum': [
2,
'always',

Loading…
Cancel
Save