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: