ci: sync golangci-lint config (#781)

Co-authored-by: aymanbagabas <3187948+aymanbagabas@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-04-23 15:12:25 +02:00
committed by GitHub
co-authored by aymanbagabas
parent d4feefed7d
commit 8562e9075f
-8
View File
@@ -30,10 +30,6 @@ linters:
generated: lax
presets:
- common-false-positives
paths:
- third_party$
- builtin$
- examples$
issues:
max-issues-per-linter: 0
max-same-issues: 0
@@ -43,7 +39,3 @@ formatters:
- goimports
exclusions:
generated: lax
paths:
- third_party$
- builtin$
- examples$