Skip to content

Commit

Permalink
chore: increase line length limit for commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist authored and cpcloud committed Apr 13, 2023
1 parent 98cd539 commit 102fb6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"rules": {
"body-leading-blank": [1, "always"],
"body-max-line-length": [2, "always", 250],
"body-max-line-length": [2, "always", 1000],
"footer-leading-blank": [1, "always"],
"footer-max-line-length": [2, "always", 250],
"footer-max-line-length": [2, "always", 1000],
"header-max-length": [2, "always", 120],
"subject-case": [
2,
Expand Down

0 comments on commit 102fb6d

Please sign in to comment.