Created
June 16, 2016 23:35
-
-
Save jc00ke/b0e87e6eade3dbdbdeb4d0a7e4001d12 to your computer and use it in GitHub Desktop.
pre-push git hook that runs Credo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
mix credo -i PipeChainStart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Put this in
.git/hooks/
Unfortunately each developer needs to add the script manually, as these hooks don't go along with the repo.