From 977c12306b6167dc3f8bcb39bb7b2ab0bc7db792 Mon Sep 17 00:00:00 2001 From: sapcc-bot Date: Wed, 27 Mar 2024 23:14:12 +0000 Subject: [PATCH] Run go-makefile-maker --- .golangci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.golangci.yaml b/.golangci.yaml index 4bda81c..415ad22 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