You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
pre-commit-todos | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago |
README.md
git-hooks
This is where I store git hooks that I frequently use in projects. Right now there is one:
pre-commit-todos:
A hook that blocks forbidden code from being committed, I use it to make sure that anything flagged with 'TODO:' gets taken care of before committing.
It also has a chunk in there to display 'TODO-WARN:' as warnings when committing, but still allows the commit.