Skip to content

[FlexFec] Adding FlexFec Flex variant encoder implementation #637

[FlexFec] Adding FlexFec Flex variant encoder implementation

[FlexFec] Adding FlexFec Flex variant encoder implementation #637

Triggered via pull request October 24, 2023 18:03
Status Failure
Total duration 23s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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)