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