diff --git a/.golangci.yml b/.golangci.yml index e294422b..e7c9ef75 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -15,11 +15,13 @@ issues: linters: enable: - bodyclose + - depguard - dupl - exportloopref - goconst - godot - godox + - gofumpt - goimports - goprintffuncname - gosec @@ -31,7 +33,6 @@ linters: - unconvert - unparam - whitespace - - depguard linters-settings: depguard: