From b5f57212392ae971147447ba7223eac6724db069 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 29 Jul 2024 16:42:30 -0300 Subject: [PATCH] build: fix golanci-lint configs Signed-off-by: Carlos Alexandro Becker --- .golangci-soft.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.golangci-soft.yml b/.golangci-soft.yml index 0500f19d3..5f3cebfa3 100644 --- a/.golangci-soft.yml +++ b/.golangci-soft.yml @@ -15,17 +15,13 @@ issues: linters: enable: - # - dupl - exhaustive - # - exhaustivestruct - goconst - godot - godox - - gomnd + - mnd - gomoddirectives - goprintffuncname - - ifshort - # - lll - misspell - nakedret - nestif @@ -36,13 +32,10 @@ linters: # disable default linters, they are already enabled in .golangci.yml disable: - - deadcode - errcheck - gosimple - govet - ineffassign - staticcheck - - structcheck - typecheck - unused - - varcheck