Created
March 17, 2019 23:13
-
-
Save canalesb93/b7b8c8fe9180a4b2b04719c6e946cc5f to your computer and use it in GitHub Desktop.
find-TODOs.sh overcommit hook configuration.
This file contains hidden or 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
PostCommit: | |
TODOs: | |
enabled: true | |
on_fail: warn | |
description: 'Checking existing TODOs' | |
install_command: 'chmod +x find-TODOs.sh' | |
required_executable: './find-TODOs.sh' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment