From c0672461b0b3d2c31489797f10d77b4f77f758b4 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sat, 17 Apr 2021 00:00:21 +0100 Subject: [PATCH] build: increase commitizen lengths --- .php-commitizen.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.php-commitizen.php b/.php-commitizen.php index 70ae02f..04d9da8 100644 --- a/.php-commitizen.php +++ b/.php-commitizen.php @@ -15,11 +15,11 @@ return [ ], 'description' => [ 'lengthMin' => 1, // Min length of the description - 'lengthMax' => 44, // Max length of the description + 'lengthMax' => 65, // Max length of the description ], 'subject' => [ 'lengthMin' => 1, // Min length of the subject - 'lengthMax' => 50, // Max length of the subject + 'lengthMax' => 80, // Max length of the subject ], 'body' => [ 'wrap' => 72, // Wrap the body at 72 characters