diff --git a/.golangci.yml b/.golangci.yml index 97aeaeb4c..04038ccd6 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -58,7 +58,7 @@ linters: - bodyclose - contextcheck # - cyclop # This is equivalent to gocyclo - - depguard + # - depguard # depguard now denies by default, it should only be enabled if we actually use it - dogsled - dupl - durationcheck