Use new circuitbreaker in common strategy #5817
Annotations
11 warnings
build (6.2, 1.21)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
build (6.2, 1.21)
Unexpected input(s) 'reporter', 'fail_on_error', valid inputs are ['entryPoint', 'args', 'config', 'exclude', 'path']
|
build (6.2, 1.21):
pkg/slack/slackstyle/style.go#L1
should have a package comment
|
build (6.2, 1.21):
pkg/optimizer/grid.go#L310
if block ends with a return statement, so drop this else and outdent its block
|
build (6.2, 1.21):
pkg/strategy/tri/market.go#L126
if block ends with a return statement, so drop this else and outdent its block
|
build (6.2, 1.21):
pkg/strategy/harmonic/strategy.go#L414
if block ends with a return statement, so drop this else and outdent its block
|
build (6.2, 1.21):
pkg/optimizer/hpoptimizer.go#L219
if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary)
|
build (6.2, 1.21):
cmd/bbgo/main.go#L1
should have a package comment
|
build (6.2, 1.21):
pkg/strategy/random/strategy.go#L170
if block ends with a return statement, so drop this else and outdent its block
|
build (6.2, 1.21):
pkg/strategy/supertrend/strategy.go#L296
if block ends with a return statement, so drop this else and outdent its block
|
build (6.2, 1.21):
pkg/exchange/bybit/market_info_poller.go#L102
receiver name e should be consistent with previous receiver name p for feeRatePoller
|