We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
go generate
pre-push
1 parent e09485d commit b85cb82Copy full SHA for b85cb82
.git-hooks/pre-push
@@ -8,5 +8,5 @@ fi
8
9
set +x
10
11
-make test
12
-make lint
+make test SKIP_GO_GENERATE=true
+make lint SKIP_GO_GENERATE=true
0 commit comments