Skip to content

Commit

Permalink
Allow long commit message body lines
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Jan 14, 2025
1 parent 9b27704 commit a4f26b4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"extends": [
"@commitlint/config-conventional"
]
],
"rules": {
"body-max-line-length": [
2,
"always",
"Infinity"
]
}
}

0 comments on commit a4f26b4

Please sign in to comment.