From 50e8c56bf28cecf4fcb70e681da039a3f463cdad Mon Sep 17 00:00:00 2001 From: MBorne Date: Wed, 15 Nov 2023 11:49:05 +0100 Subject: [PATCH] chore(commitlint): increase max length --- .commitlintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.commitlintrc.json b/.commitlintrc.json index 315b28e..8e7608b 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -3,7 +3,7 @@ "header-max-length": [ 1, "always", - 100 + 150 ], "subject-empty": [ 1,