From f0d019b04e9cab6ad00a2be4e7f99e9b1df15471 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 11 Jan 2025 18:46:56 +0700 Subject: all: replace golangci-lint with "go vet" --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index eb567c4..590cfbd 100644 --- a/Makefile +++ b/Makefile @@ -73,13 +73,8 @@ test.prof: lint: -fieldalignment ./... -shadow ./... - -golangci-lint run \ - --presets bugs,metalinter,performance,unused \ - --disable bodyclose \ - --disable exhaustive \ - --disable musttag \ - ./... - -reuse --suppress-deprecation lint + go vet ./... + -reuse lint ##---- Cleaning up. -- cgit v1.3