From 4d8e04f2ba0f17925808c584ab8b0242607ecff3 Mon Sep 17 00:00:00 2001 From: Wim Date: Thu, 23 May 2024 23:32:55 +0200 Subject: [PATCH] Update golangci config --- .golangci.yaml | 1 + 1 file changed, 1 insertion(+) 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.