From 2e3f873149105679f4e32d121335eebf10e1f6cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20G=C3=B3mez=20Escandell?= Date: Tue, 24 Oct 2023 17:03:46 +0200 Subject: [PATCH] Enable sloglint linter --- .golangci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yaml b/.golangci.yaml index ef2a028a1..eaa234a77 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -22,6 +22,7 @@ linters: - nolintlint - protogetter - revive + - sloglint - testifylint - thelper - tparallel