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