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 produced a report.

As of the v1.59.0 release attempting to use this linter produces an
error.

Remove all references to this linter from the .golangci.yml config
file bundled in this repo.
  • Loading branch information
atc0005 committed Jun 1, 2024
1 parent 08ff227 commit 1703a09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ linters:
- gofmt
- goimports
- gosec
- maligned
- misspell
- prealloc
- revive
Expand Down

0 comments on commit 1703a09

Please sign in to comment.