From bf7756466eaa67a62521f5eb82e75c67f38d0e07 Mon Sep 17 00:00:00 2001 From: stevef Date: Fri, 3 Apr 2026 22:49:40 +0200 Subject: [PATCH] chore: compatibility fixes for linter --- .golangci.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index 149e4cfae..05f1e3b50 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -7,11 +7,10 @@ linters: - cyclop - depguard - dupword - - err113 + - goerr113 - exhaustruct - gochecknoglobals - godot - - intrange - ireturn - nlreturn - noctx @@ -41,7 +40,7 @@ linters: - ineffassign - lll - maintidx - - mnd + - gomnd - nestif - nilnil - paralleltest @@ -53,7 +52,6 @@ linters: - thelper - unparam - usestdlibvars - - usetesting settings: gomoddirectives: replace-allow-list: @@ -79,7 +77,7 @@ linters: tab-width: 4 misspell: locale: US - mnd: + gomnd: checks: - argument - assign