Skip to content

Instantly share code, notes, and snippets.

@canalesb93
Created March 17, 2019 23:13
Show Gist options
  • Save canalesb93/b7b8c8fe9180a4b2b04719c6e946cc5f to your computer and use it in GitHub Desktop.
Save canalesb93/b7b8c8fe9180a4b2b04719c6e946cc5f to your computer and use it in GitHub Desktop.
find-TODOs.sh overcommit hook configuration.
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