Deletion of existing sample_builder implementation codes #3493
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
lint.yaml
on: pull_request
lint
/
Metadata
16s
lint
/
Go
1m 16s
Annotations
11 errors and 4 warnings
Commit message check failed
Limit the subject line to 50 characters
|
lint / Metadata
Process completed with exit code 1.
|
lint / Go:
pkg/media/samplebuilder/samplebuilder.go#L92
use of `panic` forbidden by pattern `^panic$` (forbidigo)
|
lint / Go:
pkg/media/samplebuilder/samplebuilder.go#L96
use of `panic` forbidden by pattern `^panic$` (forbidigo)
|
lint / Go:
pkg/media/samplebuilder/samplebuilder.go#L102
use of `panic` forbidden by pattern `^panic$` (forbidigo)
|
lint / Go:
pkg/media/samplebuilder/samplebuilder.go#L516
File is not `gofumpt`-ed (gofumpt)
|
lint / Go:
pkg/media/samplebuilder/samplebuilder.go#L181
(*SampleBuilder).release - result 0 (bool) is never used (unparam)
|
lint / Go:
pkg/media/samplebuilder/samplebuilder.go#L211
(*SampleBuilder).drop - result 1 (uint32) is never used (unparam)
|
lint / Go:
pkg/media/samplebuilder/samplebuilder.go#L85
func `(*SampleBuilder).check` is unused (unused)
|
lint / Go:
pkg/media/samplebuilder/samplebuilder.go#L280
assigned to start, but reassigned without using the value (wastedassign)
|
lint / Go
golangci-lint exit with code 4
|
lint / Metadata
Restore cache failed: Dependencies file is not found in /home/runner/work/webrtc/webrtc. Supported file pattern: go.sum
|
lint / Go:
pkg/media/samplebuilder/samplebuilder.go#L501
exported: exported function WithMaxTimeDelay should have comment or be unexported (revive)
|
lint / Go:
pkg/media/samplebuilder/samplebuilder.go#L508
exported: exported function WithPacketHeadHandler should have comment or be unexported (revive)
|
lint / Go:
pkg/media/samplebuilder/samplebuilder.go#L514
exported: exported function WithPartitionHeadChecker should have comment or be unexported (revive)
|