CI Core #80654
Annotations
10 errors
Golang Lint (integration-tests/load):
integration-tests/load/vrfv2/vrfv2cmd/dashboard.go#L17
commentFormatting: put a space between `//` and comment text (gocritic)
|
Golang Lint (integration-tests/load):
integration-tests/load/vrfv2plus/vrfv2pluscmd/dashboard.go#L17
commentFormatting: put a space between `//` and comment text (gocritic)
|
Golang Lint (integration-tests/load):
integration-tests/load/vrfv2plus/gun.go#L57
commentFormatting: put a space between `//` and comment text (gocritic)
|
Golang Lint (integration-tests/load):
integration-tests/load/vrfv2plus/vrfv2plus_test.go#L83
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
|
Golang Lint (integration-tests/load):
integration-tests/load/vrfv2plus/vrfv2plus_test.go#L227
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
|
Golang Lint (integration-tests/load):
integration-tests/load/vrfv2/vrfv2_test.go#L84
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
|
Golang Lint (integration-tests/load):
integration-tests/load/automationv2_1/gun.go#L47
captLocal: `TriggerConfigs' should not be capitalized (gocritic)
|
Golang Lint (integration-tests/load):
integration-tests/load/automationv2_1/automationv2_1_test.go#L644
assignOp: replace `numberOfEventsEmitted = numberOfEventsEmitted + int64(len(logs))` with `numberOfEventsEmitted += int64(len(logs))` (gocritic)
|
Golang Lint (integration-tests/load):
integration-tests/load/automationv2_1/automationv2_1_test.go#L461
assignOp: replace `numberOfEventsEmittedPerSec = numberOfEventsEmi<...>edPerSec + int64(*loadConfigs[i].NumberOfEvents)` with `numberOfEventsEmittedPerSec += int64(*loadConfigs[i].NumberOfEvents)` (gocritic)
|
Golang Lint (integration-tests/load):
integration-tests/load/functions/request_gun.go#L23
var-naming: struct field subscriptionId should be subscriptionID (revive)
|
Loading