From c2ee58f9646760d7a1169692170d93dca5f43388 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Mon, 18 Aug 2025 15:24:14 +0300 Subject: [PATCH] chore: enable gocritic.deprecatedComment check --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index 155a00a5059..718bb3a0a78 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -29,6 +29,7 @@ linters: enabled-checks: - commentedOutCode - commentFormatting + - deprecatedComment - paramTypeCombine goheader: values: