Fix VP9 decoding on iOS #436
lint.yaml
on: pull_request
lint
/
Metadata
7s
lint
/
Go
7s
Annotations
10 errors and 3 warnings
lint / Go:
codecs/vp9/bits.go#L10
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"not enough bits\")" (goerr113)
|
lint / Go:
codecs/vp9/header.go#L123
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"invalid frame marker\")" (goerr113)
|
lint / Go:
codecs/vp9/header.go#L170
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"wrong frame_sync_byte_0\")" (goerr113)
|
lint / Go:
codecs/vp9/header.go#L175
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"wrong frame_sync_byte_1\")" (goerr113)
|
lint / Go:
codecs/vp9/header.go#L180
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"wrong frame_sync_byte_2\")" (goerr113)
|
lint / Go:
codecs/vp9/bits.go#L44
shadow: declaration of "v" shadows declaration at line 40 (govet)
|
lint / Go:
codecs/vp9/header.go#L131
shadow: declaration of "err" shadows declaration at line 116 (govet)
|
lint / Go:
codecs/vp9/header.go#L144
shadow: declaration of "err" shadows declaration at line 116 (govet)
|
lint / Go:
codecs/vp9_packet.go#L199
ineffectual assignment to off (ineffassign)
|
lint / Go:
codecs/vp9/header.go#L11
ST1003: should not use underscores in Go names; type Header_ColorConfig should be HeaderColorConfig (stylecheck)
|
lint / Go:
codecs/vp9/bits.go#L4
package-comments: should have a package comment (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
|