Skip to content

Commit 6da5f71

Browse files
fix(commitlint): extend footer length (#60)
* fix(commitlint): extend footer length * fix(commitlint): remove trailing space Co-authored-by: Jamie King <jamie.king@aexp.com> * fix(commitlint): change rule Co-authored-by: Jamie King <jamie.king@aexp.com>
1 parent f567971 commit 6da5f71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ module.exports = {
1616
extends: ['@commitlint/config-conventional'],
1717
rules: {
1818
'scope-case': [2, 'always', ['pascal-case', 'camel-case', 'kebab-case']],
19+
'footer-max-line-length': [2, 'always', 120],
1920
},
2021
};

0 commit comments

Comments
 (0)