reg/vendor/github.com/docker/distribution/project/hooks
Jess Frazelle 8e5eba8735
switch to dep
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 14:50:55 -05:00
..
configure-hooks.sh switch to dep 2017-12-11 14:50:55 -05:00
pre-commit switch to dep 2017-12-11 14:50:55 -05:00
README.md switch to dep 2017-12-11 14:50:55 -05:00

Git Hooks

To enforce valid and properly-formatted code, there is CI in place which runs gofmt, golint, and go vet against code in the repository.

As an aid to prevent committing invalid code in the first place, a git pre-commit hook has been added to the repository, found in pre-commit. As it is impossible to automatically add linked hooks to a git repository, this hook should be linked into your .git/hooks/pre-commit, which can be done by running the configure-hooks.sh script in this directory. This script is the preferred method of configuring hooks, as it will be updated as more are added.