diff --git a/.golangci.yml b/.golangci.yml index 8126bac6..1e76e5d5 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -11,6 +11,7 @@ linters: - depguard - dogsled - errcheck + - exportloopref - gochecknoglobals - gochecknoinits - goconst @@ -23,12 +24,10 @@ linters: - gosimple - govet - ineffassign - - interfacer - lll - misspell - nakedret - rowserrcheck - - scopelint - staticcheck - structcheck - stylecheck