Add CI Actions, Temp manual sync from .goassets #2
lint.yaml
on: pull_request
lint
/
Metadata
11s
lint
/
Go
20s
Annotations
11 errors and 2 warnings
lint / Metadata
Process completed with exit code 1.
|
lint / Go:
sender/sender.go#L181
Error return value of `fmt.Fprintf` is not checked (errcheck)
|
lint / Go:
sender/sender.go#L192
Error return value of `s.peerConnection.Close` is not checked (errcheck)
|
lint / Go:
sender/abr.go#L31
use of `panic` forbidden by pattern `^panic$` (forbidigo)
|
lint / Go:
sender/sender.go#L216
use of `panic` forbidden by pattern `^panic$` (forbidigo)
|
lint / Go:
sender/simulcast.go#L66
use of `panic` forbidden by pattern `^panic$` (forbidigo)
|
lint / Go:
sender/simulcast.go#L82
cognitive complexity 50 of func `(*SimulcastFilesSource).Start` is high (> 30) (gocognit)
|
lint / Go:
sender/abr.go#L15
Comment should end in a period (godot)
|
lint / Go:
sender/abr.go#L26
Comment should end in a period (godot)
|
lint / Go:
sender/simulcast.go#L52
Comment should end in a period (godot)
|
lint / Go:
sender/sender.go#L207
G107: Potential HTTP request made with variable url (gosec)
|
lint / Metadata
Restore cache failed: Dependencies file is not found in /home/runner/work/bwe-test/bwe-test. Supported file pattern: go.sum
|
lint / Go
Restore cache failed: Dependencies file is not found in /home/runner/work/bwe-test/bwe-test. Supported file pattern: go.sum
|