We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now all of the plugins are nested in /pre_commit. There are a few issues with this:
Minitest has a very nice plugin system that works very similarly to how we load them here: https://github.com/stupied4ever/git-hooks/blob/master/lib/git-hooks.rb#L29
Minitest's plugin load: https://github.com/seattlerb/minitest/blob/master/lib/minitest.rb#L78
The text was updated successfully, but these errors were encountered:
I was plaining to do it some day, but for sure, this description will help in the future.
Sorry, something went wrong.
No branches or pull requests
Right now all of the plugins are nested in /pre_commit. There are a few issues with this:
Minitest has a very nice plugin system that works very similarly to how we load them here: https://github.com/stupied4ever/git-hooks/blob/master/lib/git-hooks.rb#L29
Minitest's plugin load: https://github.com/seattlerb/minitest/blob/master/lib/minitest.rb#L78
The text was updated successfully, but these errors were encountered: