diff options
Diffstat (limited to '.githooks/pre-commit')
-rwxr-xr-x | .githooks/pre-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.githooks/pre-commit b/.githooks/pre-commit index 630bd781..907bebe4 100755 --- a/.githooks/pre-commit +++ b/.githooks/pre-commit @@ -7,4 +7,4 @@ if ! command -v golangci-lint &> /dev/null; then exit 1 fi -exec golangci-lint run "$@"
\ No newline at end of file +exec golangci-lint --build-tags=race run "$@" |