From 290042d6ea0803884e3b6c466c6b3b7ebdd403ec Mon Sep 17 00:00:00 2001 From: Holger Obermaier <40787752+ho-ob@users.noreply.github.com> Date: Mon, 9 Mar 2026 14:02:28 +0100 Subject: [PATCH] Enable same linters as in CI pipeline --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bae5fcf..463e234 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ staticcheck: .PHONY: golangci-lint golangci-lint: $(GOBIN) install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest - $$($(GOBIN) env GOPATH)/bin/golangci-lint run + $$($(GOBIN) env GOPATH)/bin/golangci-lint run --enable errorlint,govet,misspell,modernize,prealloc,staticcheck,unconvert,wastedassign .ONESHELL: .PHONY: RPM