Skip to content

Update CI configs to v0.11.1 #282

Update CI configs to v0.11.1

Update CI configs to v0.11.1 #282

Triggered via pull request January 3, 2024 17:19
Status Failure
Total duration 31s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 6 warnings
lint / Go: sfu-ws/main.go#L7
package-comments: should have a package comment (revive)
lint / Go: sfu-ws/main.go#L12
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint / Go: twitch/main.go#L7
package-comments: should have a package comment (revive)
lint / Go: unreal-pixel-streaming/main.go#L7
package-comments: should have a package comment (revive)
lint / Go: snapshot/main.go#L116
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
lint / Go: internal/signal/http.go#L9
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint / Go: internal/signal/signal.go#L16
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint / Go
issues found
lint / Metadata
Restore cache failed: Dependencies file is not found in /home/runner/work/example-webrtc-applications/example-webrtc-applications. Supported file pattern: go.sum
lint / Go: c-data-channels/bridge.go#L50
exported: comment on exported function GoRun should be of the form "GoRun ..." (revive)
lint / Go: c-data-channels/bridge.go#L62
exported: comment on exported function GoOnOpen should be of the form "GoOnOpen ..." (revive)
lint / Go: c-data-channels/bridge.go#L71
exported: comment on exported function GoOnMessage should be of the form "GoOnMessage ..." (revive)
lint / Go: c-data-channels/bridge.go#L91
exported: comment on exported function GoSendText should be of the form "GoSendText ..." (revive)
lint / Go: c-data-channels/bridge.go#L97
exported: comment on exported function GoLabel should be of the form "GoLabel ..." (revive)