From b4d8464deecf47c6c9602da354e194adbe351850 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 12 Nov 2024 14:52:56 -0800 Subject: [PATCH] Remove deactivated linters --- .golangci.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.golangci.toml b/.golangci.toml index abeb549..4ad69ea 100644 --- a/.golangci.toml +++ b/.golangci.toml @@ -12,7 +12,6 @@ disable = [ "cyclop", "depguard", "err113", - "execinquery", "exhaustive", "exhaustruct", "exportloopref", @@ -21,7 +20,6 @@ disable = [ "gochecknoglobals", "gocognit", "godox", - "gomnd", "inamedparam", "interfacebloat", "mnd",