fix(linters): add many linters BE-12112 (#1009)

pull/12567/merge
andres-portainer 2025-08-13 19:42:24 -03:00 committed by GitHub
parent 1197b1dd8d
commit 7049a8a2bb
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@ linters:
- perfsprint
- staticcheck
- unused
- mirror
- durationcheck
- errorlint
- govet
- zerologlint
settings:
staticcheck:
checks: ["all", "-ST1003", "-ST1005", "-ST1016", "-SA1019", "-QF1003"]