diff --git a/.golangci.toml b/.golangci.toml index ed57b0e..491246e 100644 --- a/.golangci.toml +++ b/.golangci.toml @@ -1,7 +1,7 @@ [linters] # This is a list of linters we enable beyond the default set. enable = [ - "exportloopref", + "copyloopvar", "gocritic", "goimports", "revive",