chore(linters): add the unused, zerologlint and exptostd linters BE-12527 (#1645)

This commit is contained in:
andres-portainer
2026-01-12 10:28:17 -03:00
committed by GitHub
parent 4f76b1fda4
commit 2676cd7219

View File

@@ -23,6 +23,9 @@ linters:
- testifylint
- modernize
- unconvert
- unused
- zerologlint
- exptostd
settings:
staticcheck:
checks: ["all", "-ST1003", "-ST1005", "-ST1016", "-SA1019", "-QF1003"]