Skip to content

Commit 58ff87d

Browse files
fix(pr-checks): increase commit message length from 100 to 150 for better clarity (#348)
1 parent 11f26cf commit 58ff87d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commitlint.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ module.exports = {
1414
'build',
1515
'revert'
1616
]],
17-
'header-max-length': [2, 'always', 100]
17+
'header-max-length': [2, 'always', 150]
1818
}
1919
};

0 commit comments

Comments
 (0)