atc0005 / go-ci

Tooling for linting, testing and building Go applications

Home Page:https://hub.docker.com/r/atc0005/go-ci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove `maligned` inactive linter

atc0005 opened this issue · comments

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.