Skip to content

Commit

Permalink
Merge pull request #7 from no23reason/dho-remove-body-length
Browse files Browse the repository at this point in the history
feat: disable body-max-line-length
  • Loading branch information
no23reason authored Jun 17, 2024
2 parents 1c252ec + cc8f422 commit f10a359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/commit-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
],
rules: {
'header-max-length': [0],
'body-max-line-length': [0],
'function-rules/header-max-length': [
2,
'always',
Expand Down

0 comments on commit f10a359

Please sign in to comment.