From f3d0d278f3f0a8234d49fd452a4895dcb73446ec Mon Sep 17 00:00:00 2001 From: Carlo Goetz Date: Wed, 1 Apr 2026 15:13:35 +0200 Subject: [PATCH] fix(lint) disable rangeValCopy gocritic rule Short running process, memory pressure does not matter here. --- golang-ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/golang-ci.yaml b/golang-ci.yaml index 0a367d55a..914c48614 100644 --- a/golang-ci.yaml +++ b/golang-ci.yaml @@ -32,6 +32,7 @@ linters: - typeDefFirst - ifElseChain - dupImport # https://github.com/go-critic/go-critic/issues/845 + - rangeValCopy enabled-tags: - performance - style