Merge c5cabf2a6f0ad48510586c4abf6ec5532af5a9fd into 2a7b6fe8a974be085677926be0a3db0ae96b049f

This commit is contained in:
github-actions[bot] 2026-07-12 00:17:16 +00:00 committed by GitHub
commit 7d7bf53547
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,6 @@ linters:
- exhaustive
- goconst
- godot
- godox
- gomoddirectives
- goprintffuncname
- gosec
@ -27,13 +26,16 @@ linters:
- whitespace
- wrapcheck
exclusions:
rules:
- text: '(slog|log)\.\w+'
linters:
- noctx
generated: lax
presets:
- common-false-positives
rules:
- linters:
- revive
text: "var-naming"
settings:
exhaustive:
default-signifies-exhaustive: true
issues:
max-issues-per-linter: 0
max-same-issues: 0