CI Core #73608
Annotations
10 errors and 2 warnings
Golang Lint:
core/services/keystore/models.go#L289
Consider pre-allocating `tronIDs` (prealloc)
|
Golang Lint:
core/cmd/tron_node_commands.go#L31
Consider pre-allocating `rows` (prealloc)
|
Golang Lint:
core/services/chainlink/relayer_chain_interoperators_test.go#L224
var-naming: struct field expectedTronRelayerIds should be expectedTronRelayerIDs (revive)
|
Golang Lint:
core/cmd/tron_keys_commands_test.go#L145
fmt.Sprint can be replaced with just using the string (perfsprint)
|
Golang Lint:
core/services/keystore/keys/tronkey/account.go#L139
fmt.Errorf can be replaced with errors.New (perfsprint)
|
Golang Lint:
core/services/keystore/keys/tronkey/account.go#L149
fmt.Errorf can be replaced with errors.New (perfsprint)
|
Golang Lint:
core/services/keystore/keys/tronkey/account.go#L169
fmt.Errorf can be replaced with errors.New (perfsprint)
|
Golang Lint:
core/web/tron_keys_controller_test.go#L86
fmt.Sprintf can be replaced with string concatenation (perfsprint)
|
Golang Lint:
core/cmd/shell_test.go#L628
empty: use require.Empty (testifylint)
|
Golang Lint:
core/cmd/tron_keys_commands_test.go#L79
error-nil: use assert.NoError (testifylint)
|
Golang Lint
Unexpected input(s) 'id', valid inputs are ['name', 'go-directory', 'only-modules', 'cache-version', 'go-version-file', 'go-module-file']
|
Post Golang Lint
Unexpected input(s) 'id', valid inputs are ['name', 'go-directory', 'only-modules', 'cache-version', 'go-version-file', 'go-module-file']
|
Loading