mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-21 13:15:19 +00:00
gitlint: Increase the title length limit to 72
This is particularly useful for commits with long component names. Of course, it is better to have concise subject that is less than 50 char. Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
parent
4d80be3a04
commit
07475d2bc1
2
.gitlint
2
.gitlint
@ -8,7 +8,7 @@ ignore=all
|
||||
|
||||
# default 72
|
||||
[title-max-length]
|
||||
line-length=50
|
||||
line-length=72
|
||||
|
||||
# default 80
|
||||
[body-max-line-length]
|
||||
|
@ -31,6 +31,7 @@ class TitleStartsWithComponent(LineRule):
|
||||
'fuzz',
|
||||
'github',
|
||||
'gitignore',
|
||||
'gitlint',
|
||||
'hypervisor',
|
||||
'Jenkinsfile',
|
||||
'misc',
|
||||
|
Loading…
Reference in New Issue
Block a user