We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9aa40a commit 086cc66Copy full SHA for 086cc66
1 file changed
Makefile
@@ -48,7 +48,8 @@ test:
48
@scripts/run-test.sh
49
@cd scripts && sh teardown.sh && cd ..
50
51
-lint: @printf $(CCCOLOR)"GolangCI Lint...\n"$(ENDCOLOR)
+lint:
52
+ @printf $(CCCOLOR)"GolangCI Lint...\n"$(ENDCOLOR)
53
@golangci-lint run
54
55
.PHONY: client
0 commit comments