Feat/sovereign #212
golangci-lint.yml
on: pull_request
golangci linter
3m 0s
Annotations
5 errors and 1 warning
golangci linter:
data/sovereignTx/sovereignTx.go#L1
: # github.com/multiversx/mx-chain-core-go/data/sovereignTx
|
golangci linter:
data/sovereignTx/sovereignTx.go#L9
cannot convert &SovereignTx{} (value of type *SovereignTx) to type data.TransactionHandler: *SovereignTx does not implement data.TransactionHandler (missing method GetUserTransactions) (typecheck)
|
golangci linter:
data/sovereignTx/sovereignTx_test.go#L8
could not import github.com/multiversx/mx-chain-core-go/data/sovereignTx (-: # github.com/multiversx/mx-chain-core-go/data/sovereignTx
|
golangci linter:
data/sovereignTx/sovereignTx.go#L9
cannot convert &SovereignTx{} (value of type *SovereignTx) to type data.TransactionHandler: *SovereignTx does not implement data.TransactionHandler (missing method GetUserTransactions)) (typecheck)
|
golangci linter
issues found
|
golangci linter
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|