ci: sync golangci-lint config

This commit is contained in:
aymanbagabas
2026-07-26 00:19:29 +00:00
committed by github-actions[bot]
parent b52e21a626
commit 8cdd294c2c
+7 -5
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