Update golangci to disable unconvert on cmd/kgz.
This commit is contained in:
@@ -488,6 +488,8 @@ linters:
|
|||||||
linters: [ exhaustive, mnd, revive ]
|
linters: [ exhaustive, mnd, revive ]
|
||||||
- path: 'backoff/backoff_test.go'
|
- path: 'backoff/backoff_test.go'
|
||||||
linters: [ testpackage ]
|
linters: [ testpackage ]
|
||||||
|
- path: "cmd/kgz/main.go"
|
||||||
|
linters: [ unconvert ]
|
||||||
- path: 'dbg/dbg_test.go'
|
- path: 'dbg/dbg_test.go'
|
||||||
linters: [ testpackage ]
|
linters: [ testpackage ]
|
||||||
- path: 'log/logger.go'
|
- path: 'log/logger.go'
|
||||||
|
|||||||
Reference in New Issue
Block a user