summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-ldap/ldap/.githooks/pre-push
blob: 4325ee31c830b14d10486e60373666fa0d02bfd4 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

# install from the root of the repo with:
#   ln -s ../../.githooks/pre-push .git/hooks/pre-push

make vet fmt lint