Skip to content

Commit

Permalink
feat: allow longer lines in body of commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
krsche committed Dec 7, 2022
1 parent 55a1ec8 commit 7019b06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"extends": ["@commitlint/config-conventional"]
"extends": ["@commitlint/config-conventional"],
"rules": {
"body-max-line-length": [1, "always", "Infinity"],
"subject-full-stop": [0, "never", "."]
}
}

0 comments on commit 7019b06

Please sign in to comment.