From 04177ec6cf3249c4840de99d404a2a2c203dabca Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 22 Feb 2026 12:43:53 +0100 Subject: [PATCH] chore(lint): remove dead linter exclusions and disabled checks Co-Authored-By: Claude Opus 4.6 --- .golangci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index c920109f..570b4923 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -50,7 +50,6 @@ linters: - equalFold disabled-checks: - ifElseChain - - singleCaseSwitch # Every time this occurred in the code, there was no other way. revive: severity: error rules: @@ -77,15 +76,7 @@ linters: staticcheck: checks: - all - - -ST1003 - -ST1005 - - -QF1001 - - -QF1006 - - -QF1008 - testifylint: - disable: - - go-require - - require-error usetesting: os-temp-dir: true perfsprint: @@ -102,12 +93,6 @@ linters: - legacy - std-error-handling rules: - - linters: - - dupl - - errcheck - - staticcheck - - unparam - path: _test\.go - linters: - forbidigo path: cmd