ci: sync golangci-lint config (#750)

Co-authored-by: aymanbagabas <3187948+aymanbagabas@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-03-25 10:24:22 -03:00
committed by GitHub
co-authored by aymanbagabas
parent d91c9aa894
commit d58217bded
+13
View File
@@ -15,10 +15,22 @@ issues:
linters: linters:
enable: enable:
- bodyclose - bodyclose
- exhaustive
- goconst
- godot
- godox
- gofumpt - gofumpt
- goimports - goimports
- gomoddirectives
- goprintffuncname
- gosec - gosec
- misspell
- nakedret
- nestif
- nilerr - nilerr
- noctx
- nolintlint
- prealloc
- revive - revive
- rowserrcheck - rowserrcheck
- sqlclosecheck - sqlclosecheck
@@ -26,3 +38,4 @@ linters:
- unconvert - unconvert
- unparam - unparam
- whitespace - whitespace
- wrapcheck