test(baseapp): Refactor tx selector tests + better comments (backport #19284) #60979
Annotations
10 errors and 1 warning
golangci-lint:
baseapp/abci.go#L1
: # github.com/cosmos/cosmos-sdk/baseapp
|
golangci-lint:
baseapp/abci_utils.go#L120
syntax error: unexpected <<, expecting }
|
golangci-lint:
baseapp/abci_utils.go#L126
syntax error: unexpected ==, expecting }
|
golangci-lint:
baseapp/abci_utils.go#L131
syntax error: unexpected >>, expecting }
|
golangci-lint:
baseapp/abci_utils.go#L131
invalid character U+0023 '#'
|
golangci-lint:
baseapp/abci_utils.go#L179
syntax error: non-declaration statement outside function body (typecheck)
|
golangci-lint:
baseapp/abci_utils.go#L120
expected statement, found '<<' (typecheck)
|
golangci-lint:
baseapp/abci_utils.go#L126
expected statement, found '==' (typecheck)
|
golangci-lint:
baseapp/abci_utils.go#L131
expected statement, found '>>' (typecheck)
|
golangci-lint:
baseapp/abci_utils.go#L194
expected ';', found sdk (typecheck)
|
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|