Txmv2 with dual transmission #41905
Annotations
10 errors and 2 warnings
Golang Lint:
core/scripts/common/vrf/constants/constants.go#L20
commentFormatting: put a space between `//` and comment text (gocritic)
|
Golang Lint:
core/scripts/common/vrf/constants/constants.go#L31
commentFormatting: put a space between `//` and comment text (gocritic)
|
Golang Lint:
core/scripts/common/helpers.go#L563
assignOp: replace `blockNumber = blockNumber - 1` with `blockNumber--` (gocritic)
|
Golang Lint:
core/scripts/common/helpers.go#L496
commentFormatting: put a space between `//` and comment text (gocritic)
|
Golang Lint:
core/scripts/common/helpers.go#L477
ifElseChain: rewrite if-else to switch statement (gocritic)
|
Golang Lint:
core/scripts/common/polygonedge.go#L155
assignOp: replace `prefix = prefix + "0"` with `prefix += "0"` (gocritic)
|
Golang Lint:
core/scripts/vrfv2plus/testnet/v2plusscripts/util.go#L57
ifElseChain: rewrite if-else to switch statement (gocritic)
|
Golang Lint:
core/scripts/vrfv2plus/testnet/v2plusscripts/util.go#L303
ifElseChain: rewrite if-else to switch statement (gocritic)
|
Golang Lint:
core/scripts/chaincli/handler/debug.go#L263
appendAssign: append result not assigned to the same slice (gocritic)
|
Golang Lint:
core/scripts/chaincli/handler/debug.go#L570
unslice: could simplify workIDBytes[:] to workIDBytes (gocritic)
|
Golang Lint
Unexpected input(s) 'id', 'name', valid inputs are ['go-directory', 'only-modules', 'cache-version', 'go-version-file', 'go-module-file']
|
Post Golang Lint
Unexpected input(s) 'id', 'name', valid inputs are ['go-directory', 'only-modules', 'cache-version', 'go-version-file', 'go-module-file']
|
Loading