Skip to content

Commit a164391

Browse files
authored
fix(deploy): remove commit length restriction (#13)
1 parent 261eb3d commit a164391

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.commitlintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": ["@commitlint/config-conventional"],
33
"rules": {
4-
"type-enum": [2, "always", ["ci", "chore", "docs", "feat", "fix", "perf", "refactor", "revert", "style"]]
4+
"type-enum": [2, "always", ["ci", "chore", "docs", "feat", "fix", "perf", "refactor", "revert", "style"]],
5+
"footer-max-line-length": [0, "always"]
56
}
67
}

0 commit comments

Comments
 (0)