Update golangci config

This commit is contained in:
Wim 2024-05-23 23:32:55 +02:00
parent e034fdf1ee
commit 4d8e04f2ba
No known key found for this signature in database

@ -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.