From f1ac16640f4970e5542a54bf0a0804a1aab9f18e Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sat, 16 Sep 2023 20:39:11 +0200 Subject: [PATCH] build: remove deprecated linters --- .golangci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 03526ab..a2da5f6 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -6,7 +6,6 @@ run: linters: enable: - asciicheck - - deadcode - exportloopref - godot - gofmt @@ -22,12 +21,10 @@ linters: - nolintlint - sqlclosecheck - staticcheck - - structcheck - stylecheck - typecheck - unconvert - unused - - varcheck - whitespace disable: - goerr113