make av1 obu parsing optional #425
lint.yaml
on: pull_request
lint
/
Metadata
13s
lint
/
Go
11s
Annotations
3 errors and 5 warnings
lint / Go:
codecs/av1_packet.go#L189
assigned to obuElementLength, but reassigned without using the value (wastedassign)
|
lint / Go:
codecs/av1_packet.go#L190
assigned to bytesRead, but reassigned without using the value (wastedassign)
|
lint / Go
issues found
|
lint / Go:
codecs/av1_packet.go#L147
unused-parameter: parameter 'dont' seems to be unused, consider removing or renaming it as _ (revive)
|
lint / Go:
codecs/av1_packet.go#L144
exported: comment on exported method AV1Packet.SetDontParseBody should be of the form "SetDontParseBody ..." (revive)
|
lint / Go:
codecs/av1_packet.go#L181
exported: comment on exported method AV1Packet.ParseBody should be of the form "ParseBody ..." (revive)
|
lint / Go
Restore cache failed: Dependencies file is not found in /home/runner/work/rtp/rtp. Supported file pattern: go.sum
|
lint / Metadata
Restore cache failed: Dependencies file is not found in /home/runner/work/rtp/rtp. Supported file pattern: go.sum
|