Disable deprecated gomodguard linter (closes #208)
Check / check (pull_request) Skipped

With default: all, golangci-lint still enables gomodguard next to its
replacement gomodguard_v2 and warns on every lint run. Disable it the
same way wsl is disabled; gomodguard_v2 stays enabled.

Model: opus-5-5
This commit is contained in:
2026-09-22 23:29:44 +00:00
parent 1d769834de
commit 50e226e3d4
+1
View File
@@ -16,6 +16,7 @@ linters:
- depguard # Dependency allow/block lists - depguard # Dependency allow/block lists
- godot # Requires comments to end with periods - godot # Requires comments to end with periods
- wsl # Deprecated, replaced by wsl_v5 - wsl # Deprecated, replaced by wsl_v5
- gomodguard # Deprecated, replaced by gomodguard_v2
- wrapcheck # Too verbose for internal packages - wrapcheck # Too verbose for internal packages
- varnamelen # Short names like db, id are idiomatic Go - varnamelen # Short names like db, id are idiomatic Go
settings: settings: