ci: compliance: increase verbosity on gitlint
When we fail its nice to have more details in the CI logs about what happened. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
2c5b3c1605
commit
e9ec91b7f2
2
.gitlint
2
.gitlint
@ -2,7 +2,7 @@
|
||||
[general]
|
||||
ignore=title-trailing-punctuation, T3
|
||||
# verbosity should be a value between 1 and 3, the commandline -v flags take precedence over this
|
||||
verbosity = 2
|
||||
verbosity = 3
|
||||
# By default gitlint will ignore merge commits. Set to 'false' to disable.
|
||||
ignore-merge-commits=true
|
||||
# Enable debug mode (prints more output). Disabled by default
|
||||
|
||||
Loading…
Reference in New Issue
Block a user