diff --git a/.golangci.yml b/.golangci.yml index bf5c162f..dc5b2ce1 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -24,6 +24,7 @@ linters: - whitespace - dupl - revive + - exportloopref issues: exclude-rules: