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 61f42f5 commit cfbaf21Copy full SHA for cfbaf21
Makefile
@@ -145,7 +145,7 @@ modernize:
145
go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...
146
147
.PHONY: check
148
-check: check_format check_vet check_static check_license check_lint check_vuln check_modernize
+check: check_format check_vet check_static check_license check_lint check_vuln check_modernize test
149
150
.PHONY: sweep
151
sweep:
0 commit comments