We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45babbf commit 3cef07aCopy full SHA for 3cef07a
Makefile
@@ -6,7 +6,7 @@ GO_LANGUAGE_VERSION=1.22
6
check: precheck check-modules test
7
8
.PHONY: precheck
9
-precheck: check-goimports check-vanity-import check-vet check-dockerfile-testing check-licenses model/marshal_fastjson.go scripts/Dockerfile-testing
+precheck: | model/marshal_fastjson.go check-goimports check-vanity-import check-vet check-dockerfile-testing check-licenses scripts/Dockerfile-testing
10
11
.PHONY: check-goimports
12
check-goimports:
0 commit comments