diff --git a/.golangci.yaml b/.golangci.yaml index d88649b79f..745df2d467 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -214,6 +214,7 @@ linters: - exhaustive - testifylint - mnd + - depguard # rules to deal with reported isues issues: # List of regexps of issue texts to exclude, empty list by default.