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:
enable:
- bodyclose
- exhaustive
- goconst
- godot
- godox
- gofumpt
- goimports
- gomoddirectives
- goprintffuncname
- gosec
- misspell
- nakedret
- nestif
- nilerr
- noctx
- nolintlint
- prealloc
- revive
- rowserrcheck
- sqlclosecheck
@@ -26,3 +38,4 @@ linters:
- unconvert
- unparam
- whitespace
- wrapcheck