From 410b02a95a99a6317d09f057853e21fe9ce2dbed Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Fri, 3 May 2024 16:50:41 -0500 Subject: [PATCH] Remove inactive `maligned` linter This linter has been deprecated for a while with the suggestion to use govet 'fieldalignment'. As of a recent release the linter no longer produces a report. Remove the `maligned` linter from `stable`, `oldstable` and `unstable` linter images. refs GH-1492 refs GH-302 --- oldstable/combined/.golangci.yml | 5 ----- stable/combined/.golangci.yml | 5 ----- unstable/combined/.golangci.yml | 5 ----- 3 files changed, 15 deletions(-) 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