We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8cd2b commit 553cf09Copy full SHA for 553cf09
1 file changed
.commitlintrc
@@ -1,5 +1,6 @@
1
extends: "@commitlint/config-conventional"
2
rules:
3
body-max-line-length: [2, "always", 1000]
4
+ footer-max-line-length: [2, "always", 500]
5
header-max-length: [2, "always", 120]
6
subject-case: [2, "never", ["upper-case", "camel-case", "kebab-case"]]
0 commit comments