update golangci-lint configuration (#5182)

This commit is contained in:
Alessandro Ros
2025-11-11 23:57:52 +01:00
committed by GitHub
parent ac1d4360b2
commit ff187b6d8a
80 changed files with 294 additions and 309 deletions
+7
View File
@@ -12,6 +12,7 @@ linters:
- gocritic
- lll
- misspell
- modernize
- nilerr
- prealloc
- predeclared
@@ -71,6 +72,12 @@ linters:
shadow:
strict: true
modernize:
disable:
- reflecttypefor
- stringsbuilder
- testingcontext
formatters:
enable:
- gofmt