From 45ba38bda936526fcdc6191181693479c73a8193 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 10 Jul 2026 11:11:39 +0200 Subject: [PATCH] make full linter the default --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 23e2825..746a571 100644 --- a/Makefile +++ b/Makefile @@ -67,10 +67,10 @@ test: clean buildlocal testlint: test lint -lint: +lint-basic: golangci-lint run --enable-only errcheck,govet,ineffassign,staticcheck,unused -lint-full: +lint: golangci-lint run --show-stats=false testfuzzy: clean