Skip to content

Commit f611eb3

Browse files
committed
revert Makefile
1 parent 421e47c commit f611eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ lint-go-vet: ## lint go files with vet
372372
@$(GO) vet -vettool=gitea-vet ./...
373373

374374
.PHONY: lint-go-gopls
375-
lint-go-gopls: ## lint go files with gopls check
376-
@echo "Running gopls..."
375+
lint-go-gopls: ## lint go files with gopls
376+
@echo "Running gopls check..."
377377
@GO=$(GO) GOPLS_PACKAGE=$(GOPLS_PACKAGE) tools/lint-go-gopls.sh $(GO_SOURCES_NO_BINDATA)
378378

379379
.PHONY: lint-editorconfig

0 commit comments

Comments
 (0)