Skip to content

Commit

Permalink
chore: Disabled commitlint rule body-max-line-length (#2437)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpl authored Jun 14, 2022
1 parent f8c91c5 commit 7897d7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commitlint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
"footer-leading-blank": [0, "never"],
"header-max-length": [1, "always", 72],
"subject-case": [0, "never"],
"subject-full-stop": [0, "never"]
"subject-full-stop": [0, "never"],
"body-max-line-length": [0, "never"]
}
}

0 comments on commit 7897d7d

Please sign in to comment.