Skip to content

Conversation

@LukasHechenberger
Copy link

Otherwise CircleCI does not fail on bad commit messages

Otherwise circleci does not fail on bad commit messages
@alexframe
Copy link

alexframe commented Apr 11, 2019

@LukasHechenberger I came here just because of this issue, seems the plugin is useless without your change.

In the mean time you can achieve pretty much the same result (without this dependency) by doing the following in your .circleci/config.yml

      - run:
          name: Commit lint
          command: ./node_modules/.bin/commitlint --from origin/master --to ${CIRCLE_SHA1}

I hope this gets merged though 🤞

@LukasHechenberger
Copy link
Author

You can also use my fork in the meantime, it's available on npm as @ls-age/commitlint-circle.

@rigobcastro
Copy link

@LukasHechenberger Thanks for this solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants