Add Go fuzz tests #482
Annotations
1 error and 9 warnings
golangci-lint
issues found
|
golangci-lint:
message_test.go#L521
var-naming: don't use underscores in Go names; var rawMsg_0 should be rawMsg0 (revive)
|
golangci-lint:
message_test.go#L522
var-naming: don't use underscores in Go names; var rawMsg_1 should be rawMsg1 (revive)
|
golangci-lint:
message_test.go#L523
var-naming: don't use underscores in Go names; var rawMsg_2 should be rawMsg2 (revive)
|
golangci-lint:
parser_test.go#L192
var-naming: don't use underscores in Go names; var stream_0 should be stream0 (revive)
|
golangci-lint:
parser_test.go#L193
var-naming: don't use underscores in Go names; var stream_1 should be stream1 (revive)
|
golangci-lint:
message_test.go#L524
var-naming: don't use underscores in Go names; var rawMsg_3 should be rawMsg3 (revive)
|
golangci-lint:
message_test.go#L525
var-naming: don't use underscores in Go names; var rawMsg_4 should be rawMsg4 (revive)
|
golangci-lint:
parser_test.go#L194
var-naming: don't use underscores in Go names; var stream_2 should be stream2 (revive)
|
golangci-lint:
parser_test.go#L195
var-naming: don't use underscores in Go names; var stream_3 should be stream3 (revive)
|
Loading