build: increase commitizen lengths
This commit is contained in:
parent
1284544556
commit
c0672461b0
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@ return [
|
||||||
],
|
],
|
||||||
'description' => [
|
'description' => [
|
||||||
'lengthMin' => 1, // Min length of the description
|
'lengthMin' => 1, // Min length of the description
|
||||||
'lengthMax' => 44, // Max length of the description
|
'lengthMax' => 65, // Max length of the description
|
||||||
],
|
],
|
||||||
'subject' => [
|
'subject' => [
|
||||||
'lengthMin' => 1, // Min length of the subject
|
'lengthMin' => 1, // Min length of the subject
|
||||||
'lengthMax' => 50, // Max length of the subject
|
'lengthMax' => 80, // Max length of the subject
|
||||||
],
|
],
|
||||||
'body' => [
|
'body' => [
|
||||||
'wrap' => 72, // Wrap the body at 72 characters
|
'wrap' => 72, // Wrap the body at 72 characters
|
||||||
|
|
Reference in a new issue