From a32b8802ca303c1387a4cbfe7dd1cecc60b6b8c1 Mon Sep 17 00:00:00 2001 From: Mircea-Pavel Anton Date: Wed, 18 Sep 2024 23:44:26 +0000 Subject: [PATCH] chore(commitlint): Update header max length from 100 to 120 --- .commitlintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.commitlintrc.json b/.commitlintrc.json index afd3f66..0281f5b 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -39,7 +39,7 @@ "header-max-length": [ 2, "always", - 100 + 120 ] } } \ No newline at end of file