From bd70018945d5ddf2c9d0220023130e3fb6d46e53 Mon Sep 17 00:00:00 2001 From: Fallengirl <155266340+Fallengirl@users.noreply.github.com> Date: Sun, 30 Mar 2025 21:36:32 +0200 Subject: [PATCH] Update .golangci.yml Signed-off-by: Fallengirl <155266340+Fallengirl@users.noreply.github.com> --- .golangci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 536b5088fff4..e63ba002282f 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -55,12 +55,9 @@ linters: - goconst - gocritic # - goerr113 - - gofmt - - gofumpt # - gomnd - goprintffuncname - gosec - - gosimple - govet - importas - ineffassign @@ -79,7 +76,6 @@ linters: - stylecheck - tagalign - testifylint - - typecheck - unconvert - unparam - unused