From 2754214744cdb01fba5d2c5ee9330f56f73aa5cb Mon Sep 17 00:00:00 2001
From: Fallengirl <155266340+Fallengirl@users.noreply.github.com>
Date: Sun, 30 Mar 2025 21:13:55 +0200
Subject: [PATCH] Update .golangci.yml

---
 .golangci.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.golangci.yml b/.golangci.yml
index f4f247cd..e2184c81 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -22,7 +22,6 @@ linters:
     - errname
     - errorlint
     #    - exhaustive
-    - exportloopref
     - funlen
     - gci
     - ginkgolinter
@@ -32,15 +31,11 @@ linters:
     - goconst
     - gocritic
     - godox
-    - gofmt
-    #    - gofumpt
     - goheader
-    - goimports
     - mnd
     #    - gomodguard
     - goprintffuncname
     - gosec
-    - gosimple
     - govet
     - grouper
     - importas
@@ -72,7 +67,6 @@ linters:
     #    - testpackage
     #    - thelper
     #    - tparallel
-    - typecheck
     #    - unconvert
     - unparam
     - unused