Skip to content

WIP - Rebase and reword me #392

WIP - Rebase and reword me

WIP - Rebase and reword me #392

Triggered via push October 8, 2023 05:28
Status Failure
Total duration 4m 1s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: backtester/plugins/strategies/example/example-strategy.go#L62
s.GetBaseData undefined (type *CustomStrategy has no field or method GetBaseData) (typecheck)
lint: backtester/eventhandlers/strategies/strategies_test.go#L75
cannot use new(customStrategy) (value of type *customStrategy) as Handler value in argument to AddStrategy: *customStrategy does not implement Handler (missing method CloseAllPositions) (typecheck)
lint: backtester/eventhandlers/strategies/strategies_test.go#L94
cannot use &customStrategy{} (value of type *customStrategy) as Handler value in argument to createNewStrategy: *customStrategy does not implement Handler (missing method CloseAllPositions) (typecheck)
lint: backtester/eventhandlers/strategies/binancecashandcarry/binancecashandcarry.go#L86
s.GetBaseData undefined (type *Strategy has no field or method GetBaseData) (typecheck)
lint: backtester/eventhandlers/strategies/binancecashandcarry/binancecashandcarry.go#L90
s.GetBaseData undefined (type *Strategy has no field or method GetBaseData) (typecheck)
lint: backtester/eventhandlers/strategies/dollarcostaverage/dollarcostaverage.go#L42
s.GetBaseData undefined (type *Strategy has no field or method GetBaseData) (typecheck)
lint: backtester/eventhandlers/strategies/rsi/rsi.go#L54
s.GetBaseData undefined (type *Strategy has no field or method GetBaseData) (typecheck)
lint: backtester/eventhandlers/strategies/top2bottom2/top2bottom2.go#L100
s.GetBaseData undefined (type *Strategy has no field or method GetBaseData) (typecheck)
lint: engine/exchange_manager.go#L30
could not import github.com/thrasher-corp/gocryptotrader/exchanges/kraken (-: # github.com/thrasher-corp/gocryptotrader/exchanges/kraken
lint: exchanges/kraken/kraken_websocket.go#L1210
undefined: ensureChannelKeyed) (typecheck)
lint: exchanges/stream/websocket.go#L962
exported: exported method ChannelSubscription.IsPending should have comment or be unexported (revive)