We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7781954 commit 7025661Copy full SHA for 7025661
Makefile
@@ -60,6 +60,7 @@ check: FORCE static-check build/cover.html
60
61
run-golangci-lint: FORCE install-golangci-lint
62
@printf "\e[1;36m>> golangci-lint\e[0m\n"
63
+ @golangci-lint config verify
64
@golangci-lint run
65
66
build/cover.out: FORCE | build
0 commit comments