From cd4e5a23852ca5f9af7f66f1daa9dfbf7d8e7376 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Mon, 24 Mar 2025 16:31:17 +0100 Subject: Lint: use staticcheck instead of stylecheck See: https://github.com/golangci/golangci-lint/releases/tag/v2.0.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4b14bab..e281146 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ fmt: gofumpt -w . lint: - golangci-lint run -E stylecheck,revive,gocritic ./... + golangci-lint run -E staticcheck,revive,gocritic ./... update: GOPROXY=direct go get -u ./... -- cgit v1.2.3