From 3614f2a19cdc96507356fb87e9cb4c3c21f89a9e Mon Sep 17 00:00:00 2001 From: sapcc-bot Date: Wed, 27 Mar 2024 23:13:58 +0000 Subject: [PATCH] Run go-makefile-maker --- .golangci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.golangci.yaml b/.golangci.yaml index 1cde6c6..f457cd1 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -25,6 +25,8 @@ issues: max-same-issues: 0 linters-settings: + copyloopvar: + ignore-alias: true dupl: # Tokens count to trigger issue, 150 by default. threshold: 100