Skip to content

Commit 8cc2c36

Browse files
chore(commitlintrc): change "footer-max-line-length" to warn
Don't throw a commitlint error for: ``` footer's lines must not be longer than 100 characters ```
1 parent a34b757 commit 8cc2c36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.commitlintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": ["@commitlint/config-conventional"],
33
"rules": {
44
"body-max-line-length": [1, "always", 100],
5+
"footer-max-line-length": [1, "always", 100],
56
"type-empty": [2, "never"]
67
}
78
}

0 commit comments

Comments
 (0)