diff --git a/stable/.golangci.yml b/stable/.golangci.yml index c9de7ea3..db07aab8 100644 --- a/stable/.golangci.yml +++ b/stable/.golangci.yml @@ -47,20 +47,6 @@ linters: - stylecheck - unconvert - disable: - # Incompatible with Go 1.18 (GH-568) - # https://github.com/golangci/golangci-lint/issues/2649 - - bodyclose - - contextcheck - - nilerr - - noctx - - rowserrcheck - - sqlclosecheck - - structcheck - - tparallel - - unparam - - wastedassign - # # Disable govet:fieldalignment, re-enable deprecated maligned linter until the # Go team offers more control over the types of checks provided by the diff --git a/unstable/.golangci.yml b/unstable/.golangci.yml index 65380712..858d2573 100644 --- a/unstable/.golangci.yml +++ b/unstable/.golangci.yml @@ -61,20 +61,6 @@ linters: - stylecheck - unconvert - disable: - # Incompatible with Go 1.18 (GH-568) - # https://github.com/golangci/golangci-lint/issues/2649 - - bodyclose - - contextcheck - - nilerr - - noctx - - rowserrcheck - - sqlclosecheck - - structcheck - - tparallel - - unparam - - wastedassign - # # Disable govet:fieldalignment, re-enable deprecated maligned linter until the # Go team offers more control over the types of checks provided by the