JitterBuffer: Improve performance for SampleBuilder use #783
Annotations
10 errors and 1 warning
golangci-lint:
pkg/jitterbuffer/priority_queue.go#L152
Error return value of `t.RotateLeft` is not checked (errcheck)
|
golangci-lint:
pkg/jitterbuffer/priority_queue.go#L157
Error return value of `t.RotateRight` is not checked (errcheck)
|
golangci-lint:
pkg/jitterbuffer/priority_queue.go#L160
Error return value of `t.RotateRight` is not checked (errcheck)
|
golangci-lint:
pkg/jitterbuffer/priority_queue.go#L165
Error return value of `t.RotateLeft` is not checked (errcheck)
|
golangci-lint:
pkg/jitterbuffer/priority_queue.go#L415
Error return value of `t.RotateLeft` is not checked (errcheck)
|
golangci-lint:
pkg/jitterbuffer/priority_queue.go#L418
Error return value of `t.RotateRight` is not checked (errcheck)
|
golangci-lint:
pkg/jitterbuffer/priority_queue.go#L189
use of `fmt.Println` forbidden by pattern `^fmt.Print(f|ln)?$` (forbidigo)
|
golangci-lint:
pkg/jitterbuffer/priority_queue.go#L218
use of `fmt.Printf` forbidden by pattern `^fmt.Print(f|ln)?$` (forbidigo)
|
golangci-lint:
pkg/jitterbuffer/priority_queue.go#L223
use of `fmt.Printf` forbidden by pattern `^fmt.Print(f|ln)?$` (forbidigo)
|
golangci-lint:
pkg/jitterbuffer/priority_queue.go#L391
cognitive complexity 44 of func `(*RBTree).fixDelete` is high (> 30) (gocognit)
|
Install Go
Restore cache failed: Dependencies file is not found in /home/runner/work/interceptor/interceptor. Supported file pattern: go.sum
|
Loading