From d91bc55006f67af830d4c83d103baba85b408aed Mon Sep 17 00:00:00 2001 From: sapcc-bot Date: Wed, 20 Mar 2024 15:11:06 +0000 Subject: [PATCH] Run go-makefile-maker --- .golangci.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index 3237a39..d63f3f5 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -79,8 +79,13 @@ linters-settings: # created file permissions are restricted by umask if necessary - G306 govet: - # Report about shadowed variables. - check-shadowing: true + enable-all: true + disable: + - fieldalignment + settings: + shadow: + # Report about shadowed variables. + strict: true nolintlint: require-specific: true stylecheck: