Skip to content

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

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

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

Triggered via pull request July 26, 2024 04:48
Status Failure
Total duration 32s
Artifacts

lint.yml

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

Annotations

21 errors
go-lint (1.22, ubuntu-latest): internal/decoder/decoder.go#L55
add-constant: avoid magic numbers like '0', create a named constant for it (revive)
go-lint (1.22, ubuntu-latest): internal/decoder/decoder.go#L75
use-any: since GO 1.18 'interface{}' can be replaced by 'any' (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
use-any: since GO 1.18 'interface{}' can be replaced by 'any' (revive)
go-lint (1.22, ubuntu-latest): internal/decoder/decoder.go#L89
use-any: since GO 1.18 'interface{}' can be replaced by 'any' (revive)
go-lint (1.22, ubuntu-latest): internal/decoder/decoder.go#L94
use-any: since GO 1.18 'interface{}' can be replaced by 'any' (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
add-constant: avoid magic numbers like '2', create a named constant for it (revive)
go-lint (1.22, ubuntu-latest): internal/decoder/decoder.go#L120
add-constant: avoid magic numbers like '0', create a named constant for it (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, macos-latest)
The job was canceled because "_1_22_ubuntu-latest" failed.
go-lint (1.22, macos-latest): internal/decoder/decoder.go#L55
add-constant: avoid magic numbers like '0', create a named constant for it (revive)
go-lint (1.22, macos-latest): internal/decoder/decoder.go#L75
use-any: since GO 1.18 'interface{}' can be replaced by 'any' (revive)
go-lint (1.22, macos-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, macos-latest): internal/decoder/decoder.go#L84
use-any: since GO 1.18 'interface{}' can be replaced by 'any' (revive)
go-lint (1.22, macos-latest): internal/decoder/decoder.go#L89
use-any: since GO 1.18 'interface{}' can be replaced by 'any' (revive)
go-lint (1.22, macos-latest): internal/decoder/decoder.go#L94
use-any: since GO 1.18 'interface{}' can be replaced by 'any' (revive)
go-lint (1.22, macos-latest): internal/decoder/decoder.go#L107
use-any: since GO 1.18 'interface{}' can be replaced by 'any' (revive)
go-lint (1.22, macos-latest): internal/decoder/decoder.go#L110
use-any: since GO 1.18 'interface{}' can be replaced by 'any' (revive)
go-lint (1.22, macos-latest): internal/decoder/decoder.go#L120
add-constant: avoid magic numbers like '0', create a named constant for it (revive)
go-lint (1.22, macos-latest): internal/decoder/decoder.go#L121
use-any: since GO 1.18 'interface{}' can be replaced by 'any' (revive)