-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix linter problems, clean up unused code
- Disable unsupported linters - Fix problems with line lengths - Fix error comparison with modern one using errors.Is() - Wrap errors to fix some linter problems - kaitai/stream.go: fix rest of wrapping errors - kaitai/util.go: fix error wrapping problems - kaitai/writer.go: fix wrapping problems - kaitai/stream.go: fix traceless messages for invalid size requested - Rewrite TestStream_ReadBitsIntBe + TestStream_ReadBitsIntLe to avoid duplication - Remove unused/obsolete functions and tests for them: ReadStrEOS, ReadStrByteLimit, ReadBitsArray
- Loading branch information
Showing
6 changed files
with
124 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.