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 421e47c commit f611eb3Copy full SHA for f611eb3
Makefile
@@ -372,8 +372,8 @@ lint-go-vet: ## lint go files with vet
372
@$(GO) vet -vettool=gitea-vet ./...
373
374
.PHONY: lint-go-gopls
375
-lint-go-gopls: ## lint go files with gopls check
376
- @echo "Running gopls..."
+lint-go-gopls: ## lint go files with gopls
+ @echo "Running gopls check..."
377
@GO=$(GO) GOPLS_PACKAGE=$(GOPLS_PACKAGE) tools/lint-go-gopls.sh $(GO_SOURCES_NO_BINDATA)
378
379
.PHONY: lint-editorconfig
0 commit comments