Skip to content

Commit be6cf66

Browse files
committed
chore(commitlint): update line length rules for commit messages
- Increase body-max-line-length from 200 to 250 - Add footer-max-line-length rule set to 150
1 parent 16708dc commit be6cf66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commitlint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
extends: ['@commitlint/config-conventional'],
33
rules: {
4-
'body-max-line-length': [1, 'always', 200]
5-
}
4+
'body-max-line-length': [1, 'always', 250],
5+
'footer-max-line-length': [1, 'always', 150] }
66
}

0 commit comments

Comments
 (0)