From 6e997f331d9a9e80144b7837a0d2cc2ffab44c84 Mon Sep 17 00:00:00 2001 From: Wim Date: Fri, 24 May 2024 21:50:27 +0200 Subject: [PATCH] Fix linting --- .golangci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yaml b/.golangci.yaml index d88649b7..745df2d4 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.