Skip to content

golangci-lint 2.13 fails on files 2.12.2 passes #236

Description

CI pins golangci-lint to v2.12.2 in .github/workflows/pr.yml and is green. 2.13.2 reports 52 issues, all in files that have not changed:

  • 50 exhaustruct_v5 across pkg/applycheck/{diff,refs,validate}_test.go: struct literals that leave fields unset
  • 1 nolintlint in pkg/engine/engine.go:938: the goconst half of a //nolint:gochecknoglobals,goconst directive is unused
  • 1 modernize in pkg/engine/helm/doc.go:24: canonical import path comment ignored in module mode

Nothing is failing today. It goes red when the pin moves, which renovate does on its own.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions