Skip to content

Commit

Permalink
chore: disable commitlint body length rule
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Jan 30, 2022
1 parent 4048d08 commit a91f6d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .commitlintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
"extends": [
"@commitlint/config-conventional"
],
"rules": {}
"rules": {
"body-max-line-length": [0]
}
}

0 comments on commit a91f6d1

Please sign in to comment.