add a comment about client id #5
Annotations
10 errors and 4 warnings
lint:
cmd/robinhood-export/main.go#L24
`exitCodeError` is unused (deadcode)
|
lint:
cmd/robinhood-export/common_test.go#L11
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
lint:
internal/robinhood/client.go#L12
Comment should end in a period (godot)
|
lint:
cmd/robinhood-export/main.go#L12
File is not `goimports`-ed with -local github.com/vitoordaz (goimports)
|
lint:
internal/robinhood/models.go#L20
bad syntax for struct tag value (tagalign)
|
lint:
internal/robinhood/client.go#L7
import 'github.com/go-resty/resty/v2' is not allowed from list 'Main' (depguard)
|
lint:
internal/robinhood/client.go#L8
import 'github.com/google/uuid' is not allowed from list 'Main' (depguard)
|
lint:
cmd/robinhood-export/common.go#L6
import 'github.com/vitoordaz/robinhood-export/internal/robinhood' is not allowed from list 'Main' (depguard)
|
lint:
cmd/robinhood-export/common.go#L7
import 'github.com/vitoordaz/robinhood-export/internal/utils' is not allowed from list 'Main' (depguard)
|
lint:
cmd/robinhood-export/orders.go#L11
import 'github.com/vitoordaz/robinhood-export/internal/robinhood' is not allowed from list 'Main' (depguard)
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint:
internal/utils/load_details.go#L50
empty-block: this block is empty, you can remove it (revive)
|