From c84be765723b667c9cd0abf1c44eb6d4d79e0f60 Mon Sep 17 00:00:00 2001 From: Ethan Winters Date: Mon, 8 Aug 2022 11:00:55 -0400 Subject: [PATCH] fix(deploy): remove commit length restriction --- .commitlintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.commitlintrc.json b/.commitlintrc.json index c46786f..9a2f7e6 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -1,6 +1,7 @@ { "extends": ["@commitlint/config-conventional"], "rules": { - "type-enum": [2, "always", ["ci", "chore", "docs", "feat", "fix", "perf", "refactor", "revert", "style"]] + "type-enum": [2, "always", ["ci", "chore", "docs", "feat", "fix", "perf", "refactor", "revert", "style"]], + "footer-max-line-length": [0, "always"] } } \ No newline at end of file