From fa9d5695cd1b10bf56dd55e10bb9515dd910c2fb Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 8 Jan 2025 01:17:23 +0700 Subject: all: replace golangci-lint with go vet Golangci-lint is too unreliable for working with gotip, use too much memory, and its become red herring and subjective instead of correctness. --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ee9b420..a9e95ae 100644 --- a/Makefile +++ b/Makefile @@ -13,12 +13,7 @@ test: lint: -fieldalignment ./... -shadow ./... - -golangci-lint run \ - --presets bugs,metalinter,performance,unused \ - --disable exhaustive \ - --disable musttag \ - --disable bodyclose \ - ./... + go vet ./... build: mkdir -p _sys/usr/bin/ -- cgit v1.3