Skip to content

Commit

Permalink
chore: disable body-max-line-length check
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney authored and tombh committed Aug 31, 2023
1 parent 04c485b commit d057ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# - '@commitlint/config-conventional'
rules:
body-leading-blank: [1, always]
body-max-line-length: [2, always, 100]
body-max-line-length: [2, always, Infinity]
footer-leading-blank: [1, always]
footer-max-line-length: [2, always, 100]
header-max-length: [2, always, 100]
Expand Down

0 comments on commit d057ad9

Please sign in to comment.