We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d115eb commit 0edbb65Copy full SHA for 0edbb65
Makefile
@@ -20,7 +20,6 @@ fmtcheck:
20
importscheck:
21
"$(CURDIR)/scripts/goimportscheck.sh"
22
23
-
24
staticcheck:
25
"$(CURDIR)/scripts/staticcheck.sh"
26
@@ -50,4 +49,4 @@ website/build-local:
50
49
# under parallel conditions.
51
.NOTPARALLEL:
52
53
-.PHONY: fmtcheck importscheck generate protobuf staticcheck syncdeps website website/local website/build-local
+.PHONY: fmtcheck importscheck generate protobuf staticcheck website website/local website/build-local
0 commit comments