From bc9707218ee91db723ce0e37030a1c6ba976d287 Mon Sep 17 00:00:00 2001 From: sapcc-bot Date: Wed, 20 Mar 2024 15:10:46 +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 7e6a9db..0c59351 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -76,8 +76,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: