CI Core #80654
Annotations
10 errors
Golang Lint (integration-tests):
integration-tests/runner_helpers.go#L157
appendAssign: append result not assigned to the same slice (gocritic)
|
Golang Lint (integration-tests):
integration-tests/runner_helpers.go#L31
var-naming: var workflowId should be workflowID (revive)
|
Golang Lint (integration-tests):
integration-tests/runner_helpers.go#L68
var-naming: struct field DatabaseId should be DatabaseID (revive)
|
Golang Lint (integration-tests):
integration-tests/main.go#L80
fmt.Sprintf can be replaced with string concatenation (perfsprint)
|
Golang Lint (integration-tests):
integration-tests/main.go#L81
fmt.Sprintf can be replaced with string concatenation (perfsprint)
|
Golang Lint (integration-tests):
integration-tests/main.go#L82
fmt.Sprintf can be replaced with string concatenation (perfsprint)
|
Golang Lint (integration-tests):
integration-tests/runner_helpers.go#L50
fmt.Errorf can be replaced with errors.New (perfsprint)
|
Golang Lint (integration-tests):
integration-tests/runner_helpers.go#L78
fmt.Sprint can be replaced with faster strconv.Itoa (perfsprint)
|
Golang Lint (integration-tests):
integration-tests/contracts/ethereum/KeeperRegistryVersions.go#L15
var-naming: don't use underscores in Go names; const RegistryVersion_1_0 should be RegistryVersion1_0 (revive)
|
Golang Lint (integration-tests):
integration-tests/contracts/ethereum/KeeperRegistryVersions.go#L16
var-naming: don't use underscores in Go names; const RegistryVersion_1_1 should be RegistryVersion1_1 (revive)
|
Loading