Fix go.sum problem with golang.org/x/text #54
Annotations
10 errors and 4 warnings
Run golangci-lint:
kaitai/stream_test.go#L760
760-787 lines are duplicate of `kaitai/stream_test.go:789-816` (dupl)
|
Run golangci-lint:
kaitai/stream_test.go#L789
789-816 lines are duplicate of `kaitai/stream_test.go:760-787` (dupl)
|
Run golangci-lint:
kaitai/error.go#L65
line is 127 characters (lll)
|
Run golangci-lint:
kaitai/error.go#L96
line is 122 characters (lll)
|
Run golangci-lint:
kaitai/error.go#L127
line is 128 characters (lll)
|
Run golangci-lint:
kaitai/stream.go#L45
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Run golangci-lint:
kaitai/stream.go#L259
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Run golangci-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)
|
Run golangci-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)
|
Run golangci-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)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run golangci-lint:
kaitai/stream.go#L276
unused-parameter: parameter 'encoding' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
kaitai/stream.go#L287
unused-parameter: parameter 'encoding' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
kaitai/stream.go#L380
unused-parameter: parameter 'n' seems to be unused, consider removing or renaming it as _ (revive)
|
The logs for this run have expired and are no longer available.
Loading