tests: add tests for reliable service under packet loss #20
build-refactor.yml
on: pull_request
short-tests
16s
lint
4s
gosec
36s
coverage-threshold
9s
integration
22s
Annotations
10 warnings
lint:
internal/bytesx/bytesx.go#L38
comment on exported function GenRandomBytes should be of the form "GenRandomBytes ..."
|
lint:
internal/optional/optional.go#L1
should have a package comment
|
lint:
internal/packetmuxer/service.go#L193
should replace ws.hardResetCount += 1 with ws.hardResetCount++
|
lint:
internal/bytesx/bytesx.go#L115
comment on exported function BytesPadPKCS7 should be of the form "BytesPadPKCS7 ..."
|
lint:
internal/model/packet.go#L338
exported const DirectionIncoming should have comment (or a comment on this block) or be unexported
|
lint:
internal/controlchannel/controlchannel.go#L1
should have a package comment
|
lint:
internal/model/packet.go#L25
don't use ALL_CAPS in Go names; use CamelCase
|
lint:
internal/model/packet.go#L24
don't use ALL_CAPS in Go names; use CamelCase
|
lint:
internal/model/packet.go#L26
don't use ALL_CAPS in Go names; use CamelCase
|
lint:
internal/model/packet.go#L27
don't use ALL_CAPS in Go names; use CamelCase
|