Remove deprecated issues config from golangci-lint
Some checks failed
CI / build (push) Failing after 1m3s

golangci-lint v1.64+ removed max-per-linter and max-same-issues from
the issues section schema. Remove them to pass config validation in CI.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-16 02:18:13 -04:00
parent 39c8cf0b58
commit f20f803fbe

View File

@@ -1,7 +1,3 @@
issues:
max-per-linter: 0
max-same-issues: 0
linters: linters:
disable-all: true disable-all: true
enable: enable: