Skip to content

Commit

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

0 comments on commit 9db937e

Please sign in to comment.