pre-commit-golang
pre-commit-golang copied to clipboard
exclude option for go-unit-tests hook
Currently go-unit-tests hook discovers all *.go files except vendor directory and tests them. But there may be some circumstances which you want to exclude some files from unit tests. So this feature would be great actually.