Skip to content

Commit

Permalink
Remove inactive maligned linter
Browse files Browse the repository at this point in the history
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
  • Loading branch information
atc0005 committed May 3, 2024
1 parent 4e2ea87 commit 410b02a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions oldstable/combined/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions stable/combined/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions unstable/combined/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 410b02a

Please sign in to comment.