Update golangci to disable unconvert on cmd/kgz.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user