summaryrefslogtreecommitdiff
path: root/.githooks/pre-commit
diff options
context:
space:
mode:
Diffstat (limited to '.githooks/pre-commit')
-rwxr-xr-x.githooks/pre-commit2
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 "$@"