Skip to content

Commit

Permalink
ci: allow long commit lines
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Jan 27, 2025
1 parent b2aa763 commit 9cf8c16
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 9cf8c16

Please sign in to comment.