Skip to content

Commit 04766cd

Browse files
committed
fix: remove footer line length breaking deployments
1 parent 858cf04 commit 04766cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ module.exports = {
1818
],
1919
],
2020
'body-max-line-length': [0, 'always'], // Disable body line length limit
21+
'footer-max-line-length': [0, 'always'],
2122
},
2223
};

0 commit comments

Comments
 (0)