Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The idea is to speed up pre-commit for day-to-day use. Since golangci-lint runs a full build it takes some time to complete. Enforce it only at pre-push time, not for pre-commit. Also since build can take quite some time, we don't want it to fail three times: once is enough.
- Loading branch information