[FlexFec] Adding FlexFec Flex variant encoder implementation #637
lint.yaml
on: pull_request
lint
/
Metadata
13s
lint
/
Go
12s
Annotations
3 errors and 6 warnings
Invalid Go version:
go.mod#L3
Found 1.15. Expected 1.19
|
lint / Go:
pkg/flexfec/util/bitarray.go#L15
assigned to sizeBytes, but reassigned without using the value (wastedassign)
|
lint / Go
issues found
|
lint / Metadata
Restore cache failed: Dependencies file is not found in /home/runner/work/interceptor/interceptor. Supported file pattern: go.sum
|
lint / Go:
pkg/flexfec/util/media_packet_iterator.go#L47
exported: exported method MediaPacketIterator.First should have comment or be unexported (revive)
|
lint / Go:
pkg/flexfec/flexfec_encoder.go#L16
exported: exported const BaseRtpHeaderSize should have comment (or a comment on this block) or be unexported (revive)
|
lint / Go:
pkg/flexfec/flexfec_encoder.go#L20
exported: exported type FlexFecEncoder should have comment or be unexported (revive)
|
lint / Go:
pkg/flexfec/flexfec_encoder.go#L27
exported: exported function NewFlexFecEncoder should have comment or be unexported (revive)
|
lint / Go:
pkg/flexfec/flexfec_encoder.go#L36
exported: comment on exported method FlexFecEncoder.EncodeFec should be of the form "EncodeFec ..." (revive)
|