make av1 obu parsing optional #426
lint.yaml
on: pull_request
lint
/
Metadata
12s
lint
/
Go
13s
Annotations
3 errors and 4 warnings
lint / Go:
codecs/av1_packet.go#L188
assigned to obuElementLength, but reassigned without using the value (wastedassign)
|
lint / Go:
codecs/av1_packet.go#L189
assigned to bytesRead, 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/rtp/rtp. Supported file pattern: go.sum
|
lint / Go:
codecs/av1_packet.go#L146
unused-parameter: parameter 'dont' seems to be unused, consider removing or renaming it as _ (revive)
|
lint / Go:
codecs/av1_packet.go#L180
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
|