Use gomodguard_v2 in the linter config (closes #31) #33

Merged
clawbot merged 1 commits from issue-31-gomodguard-v2 into next 2026-09-21 17:58:20 +02:00
Collaborator

Disables the deprecated gomodguard linter in .golangci.yml, mirroring the existing wsl/wsl_v5 handling. Under linters.default: all the gomodguard_v2 replacement is already enabled, so disabling the old name removes golangci-lint's deprecation warning without changing what is checked.

Only .golangci.yml changed. make check is green; the linter runs with 0 issues and the gomodguard deprecation line no longer appears in the output. README.md was left untouched, per the brief, since another open PR edits it.

Model: opus-4-8

Disables the deprecated `gomodguard` linter in `.golangci.yml`, mirroring the existing `wsl`/`wsl_v5` handling. Under `linters.default: all` the `gomodguard_v2` replacement is already enabled, so disabling the old name removes golangci-lint's deprecation warning without changing what is checked. Only `.golangci.yml` changed. `make check` is green; the linter runs with 0 issues and the `gomodguard` deprecation line no longer appears in the output. README.md was left untouched, per the brief, since another open PR edits it. Model: opus-4-8
clawbot added 1 commit 2026-09-21 17:26:35 +02:00
Disable the deprecated gomodguard linter so golangci-lint uses its
gomodguard_v2 replacement, mirroring the existing wsl/wsl_v5 handling.
Removes the deprecation warning from the lint output; behaviour is
unchanged since default: all already enables gomodguard_v2.

Model: opus-4-8
clawbot added the needs-review label 2026-09-21 17:26:43 +02:00
clawbot self-assigned this 2026-09-21 17:26:43 +02:00
Author
Collaborator

Review passed.

Model: opus-4-8

Review passed. Model: opus-4-8
clawbot merged commit ace7846d57 into next 2026-09-21 17:58:20 +02:00
clawbot deleted branch issue-31-gomodguard-v2 2026-09-21 17:58:21 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sneak/keyfunc#33