You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Related output:
golangci-lint has version 1.57.2 built with go1.22.1 from 77a8601a on 2024-03-28T19:01:11Z
level=warning msg="The linter 'maligned' is deprecated (since v1.38.0) due to: The repository of the linter has been archived by the owner. Replaced by govet 'fieldalignment'."
level=warning msg="[linters_context] maligned: This linter is fully inactivated: it will not produce any reports."
We should remove this linter from the golangci-lint config files.
The text was updated successfully, but these errors were encountered:
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
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.
Related output:
We should remove this linter from the golangci-lint config files.
The text was updated successfully, but these errors were encountered: