CI Core #77752
Annotations
10 errors
Golang Lint:
core/capabilities/streams/mock_trigger.go#L173
assignOp: replace `prices[i] = prices[i] + 1` with `prices[i]++` (gocritic)
|
Golang Lint:
core/capabilities/streams/mock_trigger.go#L72
G115: integer overflow conversion int -> uint8 (gosec)
|
Golang Lint:
core/capabilities/streams/mock_trigger.go#L138
G115: integer overflow conversion int64 -> uint32 (gosec)
|
Golang Lint:
core/capabilities/streams/mock_trigger.go#L139
G115: integer overflow conversion int64 -> uint32 (gosec)
|
Golang Lint:
core/capabilities/streams/mock_trigger.go#L144
G115: integer overflow conversion int64 -> uint32 (gosec)
|
Golang Lint:
core/capabilities/streams/mock_trigger.go#L181
G115: integer overflow conversion int -> uint32 (gosec)
|
Golang Lint:
core/capabilities/streams/mock_trigger.go#L110
receiver-naming: receiver name o should be consistent with previous receiver name m for MockTriggerService (revive)
|
Golang Lint:
core/capabilities/streams/mock_trigger.go#L123
receiver-naming: receiver name o should be consistent with previous receiver name m for MockTriggerService (revive)
|
Golang Lint:
core/capabilities/streams/mock_trigger.go#L211
unnecessary trailing newline (whitespace)
|
Golang Lint
issues found
|
Loading