diff --git a/.golangci.yml b/.golangci.yml index f1fcc4c1..1d325e3a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,13 +1,11 @@ linters: - disable: - - structcheck # gives false positives enable: - gofumpt - thelper - goimports - tparallel - wastedassign - - exportloopref + - copyloopvar - unparam - prealloc - unconvert