test: add CLI, gRPC, MsgServer tests #4573
Annotations
10 errors and 2 warnings
golangci-lint:
x/fbridge/client/cli/query_test.go#L136
S1039: unnecessary use of fmt.Sprintf (gosimple)
|
golangci-lint:
x/fbridge/client/cli/query_test.go#L151
S1039: unnecessary use of fmt.Sprintf (gosimple)
|
golangci-lint:
x/fbridge/client/cli/tx_test.go#L85
S1039: unnecessary use of fmt.Sprintf (gosimple)
|
golangci-lint:
x/fbridge/client/cli/tx_test.go#L168
The copy of the 'for' variable "tc" can be deleted (Go 1.22+) (copyloopvar)
|
golangci-lint:
x/fbridge/client/cli/tx_test.go#L226
The copy of the 'for' variable "tc" can be deleted (Go 1.22+) (copyloopvar)
|
golangci-lint:
x/fbridge/client/cli/tx_test.go#L304
The copy of the 'for' variable "tc" can be deleted (Go 1.22+) (copyloopvar)
|
golangci-lint:
x/fbridge/client/cli/tx_test.go#L368
The copy of the 'for' variable "tc" can be deleted (Go 1.22+) (copyloopvar)
|
golangci-lint:
x/fbridge/keeper/auth_test.go#L48
ineffectual assignment to opt (ineffassign)
|
golangci-lint:
x/fbridge/keeper/auth_test.go#L71
assigned to p, but never used afterwards (wastedassign)
|
golangci-lint
issues found
|
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/get-diff-action@v6.1.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/finschia-sdk/finschia-sdk. Supported file pattern: go.sum
|