From 3a2082bae4c3edb5bb60c266cba5595fc015502d Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 6 May 2024 16:40:26 -0300 Subject: [PATCH] build: remove deprecated linters --- .golangci-soft.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.golangci-soft.yml b/.golangci-soft.yml index ef456e0..494ef64 100644 --- a/.golangci-soft.yml +++ b/.golangci-soft.yml @@ -14,17 +14,13 @@ issues: linters: enable: - # - dupl - exhaustive - # - exhaustivestruct - goconst - godot - godox - gomnd - gomoddirectives - goprintffuncname - - ifshort - # - lll - misspell - nakedret - nestif