captainhook
captainhook copied to clipboard
Implement git-flow-hooks
https://github.com/petervanderdoes/git-flow-hooks We can provide a pure python implementation of those hooks in order to work with git flow in a more streamlined fashion.
Do you mean adding each of the following checkers?
- jshint
- phplint
- prevent master commit
- prevent committing merge marks
Not only those. The git flow hooks are also very useful. E.g.
- post-flow-release-start
- post-flow-release-finish etc.