From f20f803fbea26fcf803b09fff09d460f6ca3fe59 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 16 Mar 2026 02:18:13 -0400 Subject: [PATCH] Remove deprecated issues config from golangci-lint 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) --- .golangci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index a1bc9ef..520f5e7 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,7 +1,3 @@ -issues: - max-per-linter: 0 - max-same-issues: 0 - linters: disable-all: true enable: