Skip to content

Commit 43186a0

Browse files
committed
fix: remove footer-max-line-length rule
1 parent b8c3536 commit 43186a0

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
@@ -6,5 +6,6 @@ module.exports = {
66
'subject-case': [0, 'always'],
77
'header-case': [0, 'always'],
88
'body-case': [0, 'always'],
9+
'footer-max-line-length': [0, 'always'],
910
},
1011
}

0 commit comments

Comments
 (0)