From 39c392a067af80ef09f1edde3a9e924f80c7edc3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:48:32 -0400 Subject: [PATCH] ci: sync golangci-lint config (#38) Co-authored-by: caarlos0 <245435+caarlos0@users.noreply.github.com> --- .golangci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 4fac29c26d828a7aed03ddc2b8b0a469c0a85a2d..929cb0ac99f30c1316f6e08a9ebf7a3909594a5c 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -26,6 +26,10 @@ linters: - whitespace - wrapcheck exclusions: + rules: + - text: '(slog|log)\.\w+' + linters: + - noctx generated: lax presets: - common-false-positives