diff --git a/scripts/hooks/pre-commit.sh b/scripts/hooks/pre-commit.sh index 4251f5a094..a77d389f9c 100755 --- a/scripts/hooks/pre-commit.sh +++ b/scripts/hooks/pre-commit.sh @@ -1,4 +1,4 @@ #!/bin/bash # lint modified go files -golangci-lint run --fix --new -c .golangci.yml \ No newline at end of file +golangci-lint run --fix --new --fast -c .golangci.yml \ No newline at end of file