Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Two commitlint-bots ;) #3

Closed
paulirish opened this issue Nov 4, 2017 · 3 comments
Closed

Two commitlint-bots ;) #3

paulirish opened this issue Nov 4, 2017 · 3 comments

Comments

@paulirish
Copy link

Mostly opening a conversation here, I'm in no rush to do anything. And please don't feel pressure to support my usecases. :)


Soo I have my own bot with this name: https://github.com/paulirish/commitlintbot

However mine only cares about Pull Request titles and doesn't care about actual commit messages. So technically it probably makes more sense to be called commitlint-pr-bot.

I created it as there was no other option at the time, but I'm happy to retire and and point to your project if a few things happen:

Again, we can also agree to keep our projects separate. That's totally fine with me. :) I just wanted to list these out in case you want to create the ultimate feature-rich commitlint bot. 🎉

@paulirish
Copy link
Author

also, just left a link to your project from my readme :)
image

@z0al
Copy link
Owner

z0al commented Nov 5, 2017

hey @paulirish Thank you for opening this :)

Support linting a PR title

I can happily support this scenario ;)

Support ignoring commit messages

I think this needs a config file, something like this:

# File: .github/commitlint.yml
lint:
  title: true
  messages: false

Support commitlint.config.js (#1)
Support commitlint-config-cz for a project to specify custom types/scopes

I'm still not sure how can I support .js files ( #1 )

@pintergreg
Copy link

I think yaml is much more readable for a config file, please use that instead of any .js files.
Otherwise keep up the good work! Both of you!

@z0al z0al closed this as completed Apr 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants