fix(binary-codec): ensure 100% compatibility with xrpl.js reference implementation #567
xrpl-go-ci-lint-test.yml
on: pull_request
Lint and Test
1m 15s
Annotations
10 errors
|
Lint and Test:
binary-codec/types/number.go#L113
G115: integer overflow conversion int64 -> int32 (gosec)
|
|
Lint and Test:
binary-codec/types/number.go#L104
G115: integer overflow conversion int -> int32 (gosec)
|
|
Lint and Test:
binary-codec/types/int64.go#L53
G115: integer overflow conversion uint64 -> int64 (gosec)
|
|
Lint and Test:
binary-codec/types/int64.go#L41
G115: integer overflow conversion int64 -> uint64 (gosec)
|
|
Lint and Test:
binary-codec/types/int32.go#L47
G115: integer overflow conversion uint32 -> int32 (gosec)
|
|
Lint and Test:
binary-codec/types/int32.go#L36
G115: integer overflow conversion int32 -> uint32 (gosec)
|
|
Lint and Test:
binary-codec/types/int32.go#L28
G115: integer overflow conversion int64 -> int32 (gosec)
|
|
Lint and Test:
binary-codec/types/int32.go#L24
G115: integer overflow conversion int -> int32 (gosec)
|
|
Lint and Test:
binary-codec/types/number.go#L20
File is not properly formatted (gofmt)
|
|
Lint and Test:
binary-codec/types/issue.go#L138
appendAssign: append result not assigned to the same slice (gocritic)
|