Update golangci to disable unconvert on cmd/kgz.

This commit is contained in:
2025-11-21 18:58:37 -08:00
parent e43c677fba
commit 659f636d01

View File

@@ -488,6 +488,8 @@ linters:
linters: [ exhaustive, mnd, revive ]
- path: 'backoff/backoff_test.go'
linters: [ testpackage ]
- path: "cmd/kgz/main.go"
linters: [ unconvert ]
- path: 'dbg/dbg_test.go'
linters: [ testpackage ]
- path: 'log/logger.go'