Fix VP9 decoding on iOS #434
lint.yaml
on: pull_request
lint
/
Metadata
5s
lint
/
Go
28s
Annotations
12 errors and 3 warnings
Commit message check failed
Capitalize the subject line
|
lint / Metadata
Process completed with exit code 1.
|
lint / Go:
codecs/vp9/bits.go#L7
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"not enough bits\")" (goerr113)
|
lint / Go:
codecs/vp9/header.go#L120
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"invalid frame marker\")" (goerr113)
|
lint / Go:
codecs/vp9/header.go#L167
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#L172
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#L177
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#L41
shadow: declaration of "v" shadows declaration at line 37 (govet)
|
lint / Go:
codecs/vp9/header.go#L128
shadow: declaration of "err" shadows declaration at line 113 (govet)
|
lint / Go:
codecs/vp9/header.go#L141
shadow: declaration of "err" shadows declaration at line 113 (govet)
|
lint / Go:
codecs/vp9_packet.go#L199
ineffectual assignment to off (ineffassign)
|
lint / Go:
codecs/vp9/header.go#L1
ST1000: at least one file in a package should have a package comment (stylecheck)
|
lint / Metadata
Restore cache failed: Dependencies file is not found in /home/runner/work/rtp/rtp. Supported file pattern: go.sum
|
lint / Go:
codecs/vp9/bits.go#L1
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
|