CI Core #76430
Annotations
10 errors
Golang Lint:
core/services/vrf/solidity_cross_tests/vrf_coordinator_interface.go#L1
var-naming: don't use an underscore in package name (revive)
|
Golang Lint:
core/services/vrf/solidity_cross_tests/vrf_coordinator_abi_values.go#L1
var-naming: don't use an underscore in package name (revive)
|
Golang Lint:
core/services/keystore/keys/aptoskey/key_test.go#L15
expected-actual: need to reverse actual and expected values (testifylint)
|
Golang Lint:
core/services/keystore/keys/aptoskey/key_test.go#L16
expected-actual: need to reverse actual and expected values (testifylint)
|
Golang Lint:
core/store/models/errors.go#L38
Consider pre-allocating `messages` (prealloc)
|
Golang Lint:
core/store/models/errors.go#L9
the type name `JSONAPIErrors` should conform to the `XxxError` format (errname)
|
Golang Lint:
operator_ui/install.go#L80
exitAfterDefer: log.Fatalln will exit, and `defer cancel()` will not run (gocritic)
|
Golang Lint:
operator_ui/install.go#L151
G115: integer overflow conversion int64 -> uint32 (gosec)
|
Golang Lint:
operator_ui/install.go#L36
var-naming: var downloadUrl should be downloadURL (revive)
|
Golang Lint:
operator_ui/install.go#L73
var-naming: func parameter downloadUrl should be downloadURL (revive)
|
Loading