diff --git a/unstable/.golangci.yml b/unstable/.golangci.yml index cdcef089..e17ab0dc 100644 --- a/unstable/.golangci.yml +++ b/unstable/.golangci.yml @@ -55,9 +55,9 @@ linters: - misspell - prealloc - revive + - staticcheck # Incompatible with Go 1.18 (GH-568) - # - staticcheck # - stylecheck - unconvert @@ -70,7 +70,6 @@ linters: - noctx - rowserrcheck - sqlclosecheck - - staticcheck - structcheck - stylecheck - tparallel