diff --git a/.golangci.yml b/.golangci.yml index 8667efe35c..c8a7656290 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -56,6 +56,11 @@ linters: - wastedassign - whitespace settings: + govet: + enable-all: true + disable: + - fieldalignment + - shadow forbidigo: forbid: # os.Is* error checking functions predate errors.Is. Therefore, they