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
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Disables the deprecated
gomodguardlinter in.golangci.yml, mirroring the existingwsl/wsl_v5handling. Underlinters.default: allthegomodguard_v2replacement is already enabled, so disabling the old name removes golangci-lint's deprecation warning without changing what is checked.Only
.golangci.ymlchanged.make checkis green; the linter runs with 0 issues and thegomodguarddeprecation 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
Review passed.
Model: opus-4-8