ci: sync golangci-lint config (#38)

github-actions[bot] and caarlos0 created

Co-authored-by: caarlos0 <245435+caarlos0@users.noreply.github.com>

Change summary

.golangci.yml | 4 ++++
1 file changed, 4 insertions(+)

Detailed changes

.golangci.yml 🔗

@@ -26,6 +26,10 @@ linters:
     - whitespace
     - wrapcheck
   exclusions:
+    rules:
+      - text: '(slog|log)\.\w+'
+        linters:
+          - noctx
     generated: lax
     presets:
       - common-false-positives