Skip to content

LICENSE: bump copyright year #62

LICENSE: bump copyright year

LICENSE: bump copyright year #62

Triggered via push March 29, 2024 00:52
Status Failure
Total duration 15s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
Lint: kaitai/stream_test.go#L760
760-787 lines are duplicate of `kaitai/stream_test.go:789-816` (dupl)
Lint: kaitai/stream_test.go#L789
789-816 lines are duplicate of `kaitai/stream_test.go:760-787` (dupl)
Lint: kaitai/error.go#L65
line is 127 characters (lll)
Lint: kaitai/error.go#L96
line is 122 characters (lll)
Lint: kaitai/error.go#L127
line is 128 characters (lll)
Lint: kaitai/stream.go#L45
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
Lint: kaitai/stream.go#L259
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
Lint: kaitai/stream.go#L211
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"ReadBytes(%d): negative number of bytes to read\", n)" (goerr113)
Lint: kaitai/stream.go#L313
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"ReadBitsIntBe(%d): more than 8 bytes requested\", n)" (goerr113)
Lint: kaitai/stream.go#L354
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"ReadBitsIntLe(%d): more than 8 bytes requested\", n)" (goerr113)
Lint: kaitai/stream.go#L276
unused-parameter: parameter 'encoding' seems to be unused, consider removing or renaming it as _ (revive)
Lint: kaitai/stream.go#L287
unused-parameter: parameter 'encoding' seems to be unused, consider removing or renaming it as _ (revive)
Lint: kaitai/stream.go#L380
unused-parameter: parameter 'n' seems to be unused, consider removing or renaming it as _ (revive)