Skip to content

chore: replace archived golint with staticcheck#51

Open
jonbaldie wants to merge 2 commits into
avito-tech:masterfrom
jonbaldie:fix/replace-golint
Open

chore: replace archived golint with staticcheck#51
jonbaldie wants to merge 2 commits into
avito-tech:masterfrom
jonbaldie:fix/replace-golint

Conversation

@jonbaldie
Copy link
Copy Markdown

golang.org/x/lint/golint is archived and no longer maintained; staticcheck is the actively maintained replacement that understands modern Go and is updated alongside each toolchain release.

jonbaldie and others added 2 commits May 14, 2026 11:43
golang.org/x/lint/golint is archived and no longer maintained; staticcheck
is the recommended drop-in replacement and is kept up to date with the Go
toolchain.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
staticcheck reports SA1019 (deprecated API) for the go/loader usage in
internal/parser; since replacing it with go/packages is a separate
refactor, the check is excluded for now so make lint does not fail on
known pre-existing issues.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant