-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lint commit messages before pushing #59
Labels
exp/expert
Having worked on the specific codebase is important
help wanted
Seeking public contribution on this issue
P1
High: Likely tackled by core team if no one steps up
Comments
daviddias
added
status/deferred
Conscious decision to pause or backlog
and removed
status/ready
Ready to be worked
labels
Jan 29, 2017
daviddias
added
status/ready
Ready to be worked
exp/expert
Having worked on the specific codebase is important
help wanted
Seeking public contribution on this issue
P1
High: Likely tackled by core team if no one steps up
and removed
status/deferred
Conscious decision to pause or backlog
labels
Oct 17, 2017
Do we still want to do this @diasdavid? |
Yes please!!! |
This should be runnable without having to push to Jenkins first. I've added this npm script to js-ipfs-mfs for this purpose but it should really be part of aegir. If we're going to start removing hooks in favour of CI then we can limit developer surprise by letting them run all the same checks locally as on Jenkins... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
exp/expert
Having worked on the specific codebase is important
help wanted
Seeking public contribution on this issue
P1
High: Likely tackled by core team if no one steps up
Would be effective if we could really get into the habit of writing git commit msgs that conforms to our standard.
One way of enforcing this could be to look through the commits pre-push, to make sure that they match our expectations.
Could also run in a post-commit hook I guess.
Related: #30
The text was updated successfully, but these errors were encountered: