add dividends sub command #12
Annotations
8 errors and 1 warning
lint:
cmd/robinhood-export/common.go#L1
: # github.com/vitoordaz/robinhood-export/cmd/robinhood-export [github.com/vitoordaz/robinhood-export/cmd/robinhood-export.test]
|
lint:
cmd/robinhood-export/common_test.go#L39
cannot use mockClient (variable of type *robinhood.MockClient) as robinhood.Client value in argument to loadMarkets: *robinhood.MockClient does not implement robinhood.Client (wrong type for method GetDividends)
|
lint:
internal/robinhood/models.go#L94
struct field `CashDividendId` should be `CashDividendID` (golint)
|
lint:
internal/robinhood/client.go#L79
line is 124 characters (lll)
|
lint:
internal/robinhood/mock.go#L14
line is 125 characters (lll)
|
lint:
internal/robinhood/mock.go#L42
line is 126 characters (lll)
|
lint:
internal/robinhood/models.go#L81
struct of size 240 bytes could be of size 232 bytes (maligned)
|
lint
issues found
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/robinhood-export/robinhood-export. Supported file pattern: go.sum
|