diff --git a/oldstable/combined/.golangci.yml b/oldstable/combined/.golangci.yml index a70caf61..5cc0aabe 100644 --- a/oldstable/combined/.golangci.yml +++ b/oldstable/combined/.golangci.yml @@ -36,11 +36,6 @@ linters: - goimports - gosec - govet - - # Deprecated linter, but still functional as of golangci-lint v1.39.0. - # See https://github.com/atc0005/go-ci/issues/302 for more information. - - maligned - - misspell - prealloc - revive diff --git a/stable/combined/.golangci.yml b/stable/combined/.golangci.yml index 1e884d28..a200b3eb 100644 --- a/stable/combined/.golangci.yml +++ b/stable/combined/.golangci.yml @@ -36,11 +36,6 @@ linters: - goimports - gosec - govet - - # Deprecated linter, but still functional as of golangci-lint v1.39.0. - # See https://github.com/atc0005/go-ci/issues/302 for more information. - - maligned - - misspell - prealloc - revive diff --git a/unstable/combined/.golangci.yml b/unstable/combined/.golangci.yml index f984e2a8..a2cfb033 100644 --- a/unstable/combined/.golangci.yml +++ b/unstable/combined/.golangci.yml @@ -48,11 +48,6 @@ linters: - goimports - gosec - govet - - # Deprecated linter, but still functional as of golangci-lint v1.39.0. - # See https://github.com/atc0005/go-ci/issues/302 for more information. - - maligned - - misspell - nilnil - prealloc