From 938749f61ad74165461f83b5cbc0aff85c5add34 Mon Sep 17 00:00:00 2001 From: itsdalmo Date: Tue, 18 Jan 2022 23:14:07 +0100 Subject: [PATCH] Remove linters that will be deprecated (soon) Details: https://github.com/golangci/golangci-lint/issues/1841 --- .golangci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index ba39996..5fa693a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -7,7 +7,6 @@ linters: enable: - bidichk - contextcheck - - deadcode - errcheck - errorlint - exhaustive @@ -22,14 +21,12 @@ linters: - ineffassign - misspell - staticcheck - - structcheck - stylecheck - tenv - testpackage - thelper - typecheck - unused - - varcheck - wastedassign linters-settings: