From cf9012935c46753783211cd573270dc79cb9b6ea Mon Sep 17 00:00:00 2001 From: Fallengirl <155266340+Fallengirl@users.noreply.github.com> Date: Sun, 30 Mar 2025 20:26:05 +0200 Subject: [PATCH] Update .golangci.yml --- .golangci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index d155f54e54..e0dc4a186a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -15,13 +15,9 @@ linters: enable: - errcheck - dogsled - - exportloopref - goconst - gocritic - - gci - - gofumpt - gosec - - gosimple - govet - ineffassign - misspell @@ -30,7 +26,6 @@ linters: - staticcheck - revive - stylecheck - - typecheck # - thelper # too many positives with table tests that have custom setup(*testing.T) - unconvert - unused