Skip to content

Commit

Permalink
chore(commitlintrc): change "footer-max-line-length" to warn
Browse files Browse the repository at this point in the history
Don't throw a commitlint error for:

```
footer's lines must not be longer than 100 characters
```
  • Loading branch information
remarkablemark committed Dec 18, 2023
1 parent a34b757 commit 8cc2c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": ["@commitlint/config-conventional"],
"rules": {
"body-max-line-length": [1, "always", 100],
"footer-max-line-length": [1, "always", 100],
"type-empty": [2, "never"]
}
}

0 comments on commit 8cc2c36

Please sign in to comment.