Skip to content

bug: propagate TLS errors as failures #309

bug: propagate TLS errors as failures

bug: propagate TLS errors as failures #309

Triggered via pull request April 15, 2024 15:05
Status Success
Total duration 48s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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 ..."