Skip to content

Commit

Permalink
feat(commitlint): loosen body-max-line-length rule again (#650)
Browse files Browse the repository at this point in the history
`level: 1` fails on `wagoid/commitlint-github-action`, so this change increases the length value.

See also #649
  • Loading branch information
ybiquitous committed Aug 5, 2020
1 parent d60263e commit 4d9abd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@
],
"rules": {
"body-max-line-length": [
1,
2,
"always",
100
200
],
"scope-enum": [
2,
Expand Down

0 comments on commit 4d9abd1

Please sign in to comment.