make av1 obu parsing optional #423
lint.yaml
on: pull_request
lint
/
Metadata
9s
lint
/
Go
11s
Annotations
4 errors and 3 warnings
lint / Go:
codecs/av1_packet_test.go#L286
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
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 / 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#L147
unused-parameter: parameter 'dont' seems to be unused, consider removing or renaming it as _ (revive)
|
lint / Go
Restore cache failed: Dependencies file is not found in /home/runner/work/rtp/rtp. Supported file pattern: go.sum
|