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