use 10 positions #103
Annotations
4 errors
golangci-lint:
broadcast/broadcast.go#L104
`if err != nil` has complex nested blocks (complexity: 6) (nestif)
|
golangci-lint:
main.go#L90
`if !lib.CheckBalancesWithinThreshold(balances, 0.10)` has complex nested blocks (complexity: 5) (nestif)
|
golangci-lint:
broadcast/client.go#L14
exported: type name will be used as broadcast.BroadcastClient by other packages, and that stutters; consider calling this Client (revive)
|
golangci-lint
issues found
|
Loading