We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab64161 commit 58b13a1Copy full SHA for 58b13a1
commitlint.config.js
@@ -28,8 +28,9 @@ module.exports = {
28
],
29
30
"subject-case": [0, 'never'],
31
- // No need to restrict the body line length. That only gives issues with URLs etc.
32
- "body-max-line-length": [0, 'always']
+ // No need to restrict the body and footer line length. That only gives issues with URLs etc.
+ "body-max-line-length": [0, 'always'],
33
+ "footer-max-line-length": [0, 'always']
34
},
35
ignores: [
36
(message) => message.includes('skip-lint')
0 commit comments