Browse Source

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>
pull/760/head
Kumar Gala 8 years ago committed by Kumar Gala
parent
commit
e9ec91b7f2
  1. 2
      .gitlint

2
.gitlint

@ -2,7 +2,7 @@ @@ -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…
Cancel
Save