bug: propagate TLS errors as failures #309
build.yml
on: pull_request
short-tests
13s
lint
7s
gosec
39s
coverage-threshold
16s
integration
23s
Annotations
10 warnings
lint:
internal/mocks/addr.go#L1
should have a package comment
|
lint:
internal/networkio/common_test.go#L27
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
lint:
internal/bytesx/bytesx.go#L38
comment on exported function GenRandomBytes should be of the form "GenRandomBytes ..."
|
lint:
internal/vpntest/assert.go#L5
exported function AssertPanic should have comment or be unexported
|
lint:
internal/bytesx/bytesx.go#L115
comment on exported function BytesPadPKCS7 should be of the form "BytesPadPKCS7 ..."
|
lint:
internal/model/session.go#L8
don't use ALL_CAPS in Go names; use CamelCase
|
lint:
internal/datachannel/errors.go#L8
exported var ErrReplayAttack should have comment or be unexported
|
lint:
internal/networkio/common_test.go#L27
parameter 'address' seems to be unused, consider removing or renaming it as _
|
lint:
internal/model/session.go#L11
don't use ALL_CAPS in Go names; use CamelCase
|
lint:
internal/reliabletransport/constants.go#L4
comment on exported const RELIABLE_SEND_BUFFER_SIZE should be of the form "RELIABLE_SEND_BUFFER_SIZE ..."
|