IMPROVE: improve balance related metrics #5671
Annotations
12 warnings
build (6.2, 1.21)
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
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/cmd/strategy/builtin.go#L5
a blank import should be only in a main or test package, or have a comment justifying it
|
build (6.2, 1.21):
pkg/strategy/xfunding/strategy.go#L69
var errDuplicatedFundingFeeTxnId should be errDuplicatedFundingFeeTxnID
|
build (6.2, 1.21):
pkg/strategy/harmonic/strategy.go#L404
don't use underscores in Go names; func parameter x_t should be xT
|
build (6.2, 1.21):
pkg/strategy/harmonic/strategy.go#L404
don't use underscores in Go names; func parameter y_t should be yT
|
build (6.2, 1.21):
pkg/strategy/harmonic/strategy.go#L419
don't use underscores in Go names; func parameter x_t1 should be xT1
|
build (6.2, 1.21):
pkg/strategy/harmonic/strategy.go#L419
don't use underscores in Go names; func parameter x_t0 should be xT0
|
build (6.2, 1.21):
pkg/strategy/harmonic/strategy.go#L442
don't use underscores in Go names; func parameter x_t should be xT
|
build (6.2, 1.21):
pkg/strategy/harmonic/strategy.go#L442
don't use underscores in Go names; func parameter y_t should be yT
|
build (6.2, 1.21):
pkg/strategy/irr/strategy.go#L142
should replace r.accumulatedTrades += 1 with r.accumulatedTrades++
|