diff --git a/.golangci.yml b/.golangci.yml index 724b1d5a6e29..796fca6ebf25 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -24,7 +24,7 @@ linters: - prealloc - revive - exportloopref - - staticcheck + # - staticcheck - structcheck - stylecheck - typecheck