Skip to content

Commit 162a67d

Browse files
committed
chore(general): increase body max line lenght of a commit message
1 parent ec1ccc5 commit 162a67d

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
@@ -20,6 +20,7 @@ const config = {
2020
extends: ['@commitlint/config-conventional'],
2121
rules: {
2222
'header-max-length': [2, 'always', 100],
23+
'body-max-line-length': [2, 'always', 150],
2324
'type-enum': [2, 'always', types.map(({ type }) => type)],
2425
'scope-empty': [2, 'never'],
2526
'scope-enum': [2, 'always', scopes],

0 commit comments

Comments
 (0)