Skip to content

Commit

Permalink
feat: disable body-max-line-length
Browse files Browse the repository at this point in the history
This rule was on by default but we do not want to enforce it.

JIRA: STL-550
  • Loading branch information
no23reason committed Jun 17, 2024
1 parent 1c252ec commit cc8f422
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 cc8f422

Please sign in to comment.