Skip to content

Fix context for logging (#3322) #2576

Fix context for logging (#3322)

Fix context for logging (#3322) #2576

Triggered via push December 17, 2024 15:49
Status Failure
Total duration 7m 17s
Artifacts

test.yaml

on: push
Run tests defined for the project
7m 8s
Run tests defined for the project
Perform CodeQL analysis
4m 20s
Perform CodeQL analysis
Run editorconfig checker
7s
Run editorconfig checker
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Run tests defined for the project
Process completed with exit code 1.
Run tests defined for the project: trickle/trickle_server.go#L80
error var FirstByteTimeout should have name of the form ErrFoo
Run tests defined for the project: trickle/trickle_server.go#L519
receiver name s should be consistent with previous receiver name segment for Segment
Run tests defined for the project: trickle/trickle_server.go#L540
receiver name s should be consistent with previous receiver name segment for Segment
Run tests defined for the project: trickle/trickle_publisher.go#L13
error var StreamNotFoundErr should have name of the form ErrFoo
Run tests defined for the project: trickle/trickle_server.go#L551
receiver name s should be consistent with previous receiver name segment for Segment
Run tests defined for the project: trickle/trickle_subscriber.go#L16
error var EOS should have name of the form ErrFoo
Run tests defined for the project: eth/types/contracts.go#L49
struct field NextUnbondingLockId should be NextUnbondingLockID
Run tests defined for the project: trickle/trickle_publisher.go#L111
should replace c.index += 1 with c.index++
Run tests defined for the project: media/rtmp2segment.go#L240
parameter 'ctx' seems to be unused, consider removing or renaming it as _