From 47d041af79cca96a2c6b9b54b7fc225dd6309c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20P=C3=89AU?= Date: Sun, 4 May 2025 14:29:44 +0200 Subject: [PATCH] remove deprecated linters according to output --- .golangci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index f1fcc4c1..1d325e3a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,13 +1,11 @@ linters: - disable: - - structcheck # gives false positives enable: - gofumpt - thelper - goimports - tparallel - wastedassign - - exportloopref + - copyloopvar - unparam - prealloc - unconvert