Skip to content

Commit 475e69b

Browse files
Copilotcameri
andauthored
chore: disable header-max-length commitlint rule
Agent-Logs-Url: https://github.com/cameri/nostream/sessions/8fd4f1ef-8d4e-40ac-8770-92d86970c6f8 Co-authored-by: cameri <378886+cameri@users.noreply.github.com>
1 parent 43ef6f6 commit 475e69b

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
@@ -3,6 +3,7 @@ module.exports = {
33
parserPreset: 'conventional-changelog-conventionalcommits',
44
rules: {
55
'body-max-line-length': [2, 'always', 250],
6+
'header-max-length': [0, 'always'],
67
'subject-case': [0, 'always'],
78
'header-case': [0, 'always'],
89
'body-case': [0, 'always'],

0 commit comments

Comments
 (0)