WIP: Add interceptor to aggregate CCFB reports #821
Annotations
10 errors and 1 warning
golangci-lint:
pkg/ccfb/interceptor.go#L85
Error return value of `twccHdrExt.Unmarshal` is not checked (errcheck)
|
golangci-lint:
pkg/ccfb/interceptor.go#L88
Error return value of `(*github.com/pion/interceptor/pkg/ccfb.history).add` is not checked (errcheck)
|
golangci-lint:
pkg/ccfb/interceptor.go#L138
use of `panic` forbidden by pattern `^panic$` (forbidigo)
|
golangci-lint:
pkg/ccfb/interceptor.go#L143
use of `panic` forbidden by pattern `^panic$` (forbidigo)
|
golangci-lint:
pkg/ccfb/twcc_receiver.go#L11
use of `log.Printf` forbidden by pattern `^log.(Panic|Fatal|Print)(f|ln)?$` (forbidigo)
|
golangci-lint:
pkg/ccfb/ccfb_receiver.go#L41
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
pkg/ccfb/interceptor.go#L16
exported: exported const CCFBAttributesKey should have comment or be unexported (revive)
|
golangci-lint:
pkg/ccfb/interceptor.go#L18
exported: exported type Option should have comment or be unexported (revive)
|
golangci-lint:
pkg/ccfb/interceptor.go#L20
exported: exported type InterceptorFactory should have comment or be unexported (revive)
|
golangci-lint:
pkg/ccfb/history.go#L13
exported: exported type PacketReportList should have comment or be unexported (revive)
|
Install Go
Restore cache failed: Dependencies file is not found in /home/runner/work/interceptor/interceptor. Supported file pattern: go.sum
|
Loading