We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
commitlint
1 parent 4414fe1 commit f93f9d1Copy full SHA for f93f9d1
.travis.yml
@@ -45,7 +45,7 @@ jobs:
45
# Install and run `commitlint`
46
- npm i -D @commitlint/config-conventional
47
@commitlint/travis-cli
48
- - commitlint-travis
+ - commitlint-travis --verbose
49
50
## Define the release stage that runs `semantic-release`
51
- stage: 'release'
ssf/files/default/.travis.yml
@@ -147,7 +147,7 @@ jobs:
147
148
149
150
+ - commitlint-travis{{- ' --verbose' if semrel_formula == 'ssf' else '' }}
151
{%- if not travis.use_single_job_for_linters %}
152
# Run the `rubocop` linter in a separate job that is allowed to fail
153
# Once these lint errors are fixed, this can be merged into a single job
0 commit comments