From f0c076a1f38da7c0cb17f4fb0e82d48f7955c0a3 Mon Sep 17 00:00:00 2001 From: Mikolaj Wielgus Date: Mon, 20 Oct 2025 18:20:01 +0200 Subject: [PATCH] chore: Increase max. commit subject length to 90 Filenames seem to be included in subject length, resulting in rather long messages, so I'm increasing the limit to spend less time trying to keep the first commit message line short. --- committed.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/committed.toml b/committed.toml index 9f7c07f..ae59d4c 100644 --- a/committed.toml +++ b/committed.toml @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -subject_length = 80 +subject_length = 90 line_length = 100 style = "conventional" merge_commit = false