From b9b6f9efc60178d055b29972ae5cf69874e18219 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Sun, 29 Sep 2024 18:08:02 +0300 Subject: [PATCH] chore(golangci-lint): remove deprecated linter (#25) --- .golangci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yaml b/.golangci.yaml index ddc3f4d..167b2f7 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -24,7 +24,6 @@ linters: - errname # checks that sentinel errors are prefixed with the Err and error types are suffixed with the Error - errorlint # finds code that will cause problems with the error wrapping scheme introduced in Go 1.13 - exhaustive # checks exhaustiveness of enum switch statements - - exportloopref # checks for pointers to enclosing loop variables - forbidigo # forbids identifiers - funlen # tool for detection of long functions - gocheckcompilerdirectives # validates go compiler directive comments (//go:)