GCC refactoring #844
lint.yaml
on: pull_request
lint
/
Metadata
16s
lint
/
Go
31s
Annotations
12 errors and 2 warnings
Invalid Go version:
go.mod#L3
Found 1.21. Expected 1.20
|
lint / Metadata
Process completed with exit code 1.
|
lint / Go:
pkg/ccfb/interceptor.go#L142
Error return value of `twccHdrExt.Unmarshal` is not checked (errcheck)
|
lint / Go:
pkg/ccfb/interceptor.go#L145
Error return value of `(github.com/pion/interceptor/pkg/ccfb.history).add` is not checked (errcheck)
|
lint / Go:
pkg/ccfb/interceptor_test.go#L130
Error return value of `pkt.pkt.SetExtension` is not checked (errcheck)
|
lint / Go:
pkg/ccfb/interceptor_test.go#L132
Error return value of `stream.WriteRTP` is not checked (errcheck)
|
lint / Go:
pkg/ccfb/interceptor.go#L204
use of `panic` forbidden by pattern `^panic$` (forbidigo)
|
lint / Go:
pkg/ccfb/interceptor.go#L209
use of `panic` forbidden by pattern `^panic$` (forbidigo)
|
lint / Go:
pkg/bwe/delay_rate_controller.go#L55
use of `log.Printf` forbidden by pattern `^log.(Panic|Fatal|Print)(f|ln)?$` (forbidigo)
|
lint / Go:
pkg/bwe/send_side_bwe.go#L48
use of `log.Printf` forbidden by pattern `^log.(Panic|Fatal|Print)(f|ln)?$` (forbidigo)
|
lint / Go:
pkg/bwe/send_side_bwe.go#L101
use of `log.Printf` forbidden by pattern `^log.(Panic|Fatal|Print)(f|ln)?$` (forbidigo)
|
lint / Go:
pkg/ccfb/ccfb_receiver.go#L36
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint / Metadata
Restore cache failed: Dependencies file is not found in /home/runner/work/interceptor/interceptor. Supported file pattern: go.sum
|
lint / Go
Restore cache failed: Dependencies file is not found in /home/runner/work/interceptor/interceptor. Supported file pattern: go.sum
|