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.
1 parent fa99a11 commit bc52f0aCopy full SHA for bc52f0a
.travis.yml
@@ -13,7 +13,7 @@ matrix:
13
script:
14
- make lint
15
# Lint the first commit in the PR.
16
- - \[ -z "$TRAVIS_COMMIT_RANGE" \] || (echo -e '\nLinting the commit message according to the guidelines at https://goo.gl/p2fr5Q\n' && git log $TRAVIS_COMMIT_RANGE --pretty=format:'%h' --no-merges | tail -1 | xargs npx -q core-validate-commit --no-validate-metadata)
+ - bash tools/lint-commit-message.sh
17
- name: "Test Suite"
18
install:
19
- ./configure
0 commit comments