We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
commitlint-travis --verbose
1 parent f93f9d1 commit b1cc6eaCopy full SHA for b1cc6ea
ssf/files/default/.travis.yml
@@ -147,6 +147,8 @@ jobs:
147
# Install and run `commitlint`
148
- npm i -D @commitlint/config-conventional
149
@commitlint/travis-cli
150
+ {#- Note: `--verbose` doesn't work yet, upstream issue created: #}
151
+ {#- - https://github.com/conventional-changelog/commitlint/issues/1695 #}
152
- commitlint-travis{{- ' --verbose' if semrel_formula == 'ssf' else '' }}
153
{%- if not travis.use_single_job_for_linters %}
154
# Run the `rubocop` linter in a separate job that is allowed to fail
0 commit comments