Skip to content

Add support for buffering records on disk allowing control over upload size. #69

Add support for buffering records on disk allowing control over upload size.

Add support for buffering records on disk allowing control over upload size. #69

Triggered via pull request July 26, 2024 16:06
Status Failure
Total duration 31s
Artifacts

lint.yml

on: pull_request
Matrix: go-lint
Fit to window
Zoom out
Zoom in

Annotations

12 errors
go-lint (1.22, ubuntu-latest): internal/decoder/decoder.go#L75
unused-receiver: method receiver 'f' is not referenced in method's body, consider removing or renaming it as _ (revive)
go-lint (1.22, ubuntu-latest): internal/decoder/decoder.go#L77
unchecked-type-assertion: type cast result is unchecked in i.(*FlbTime) - type assertion will panic if not matched (revive)
go-lint (1.22, ubuntu-latest): internal/decoder/decoder.go#L84
unused-receiver: method receiver 'f' is not referenced in method's body, consider removing or renaming it as _ (revive)
go-lint (1.22, ubuntu-latest): internal/decoder/decoder.go#L89
unused-receiver: method receiver 'f' is not referenced in method's body, consider removing or renaming it as _ (revive)
go-lint (1.22, ubuntu-latest): internal/decoder/decoder.go#L94
unused-receiver: method receiver 'f' is not referenced in method's body, consider removing or renaming it as _ (revive)
go-lint (1.22, ubuntu-latest): internal/decoder/decoder.go#L107
use-any: since GO 1.18 'interface{}' can be replaced by 'any' (revive)
go-lint (1.22, ubuntu-latest): internal/decoder/decoder.go#L110
use-any: since GO 1.18 'interface{}' can be replaced by 'any' (revive)
go-lint (1.22, ubuntu-latest): internal/decoder/decoder.go#L121
use-any: since GO 1.18 'interface{}' can be replaced by 'any' (revive)
go-lint (1.22, ubuntu-latest): internal/decoder/decoder.go#L132
use-any: since GO 1.18 'interface{}' can be replaced by 'any' (revive)
go-lint (1.22, ubuntu-latest): internal/decoder/decoder.go#L133
add-constant: avoid magic numbers like '2', create a named constant for it (revive)
go-lint (1.22, macos-latest)
The job was canceled because "_1_22_ubuntu-latest" failed.
go-lint (1.22, macos-latest)
The operation was canceled.