diff options
Diffstat (limited to '.golangci.yml')
-rwxr-xr-x | .golangci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml index 8c954108..59f31e2e 100755 --- a/.golangci.yml +++ b/.golangci.yml @@ -28,7 +28,7 @@ linters: - nakedret - nolintlint - rowserrcheck - - scopelint + - exportloopref - staticcheck - structcheck - stylecheck |