feat: replace minivpn binary #76
build-refactor.yml
on: pull_request
short-tests
17s
lint
6s
gosec
37s
coverage-threshold
13s
integration
23s
Annotations
10 warnings
lint:
internal/bytesx/bytesx.go#L115
comment on exported function BytesPadPKCS7 should be of the form "BytesPadPKCS7 ..."
|
lint:
internal/bytesx/bytesx.go#L38
comment on exported function GenRandomBytes should be of the form "GenRandomBytes ..."
|
lint:
internal/session/manager.go#L108
comment on exported method Manager.NewACKForPacketIDs should be of the form "NewACKForPacketIDs ..."
|
lint:
internal/session/manager.go#L142
if block ends with a return statement, so drop this else and outdent its block
|
lint:
internal/session/manager.go#L252
exported method Manager.CurrentKeyID should have comment or be unexported
|
lint:
internal/reliabletransport/constants.go#L10
don't use ALL_CAPS in Go names; use CamelCase
|
lint:
internal/reliabletransport/constants.go#L6
don't use ALL_CAPS in Go names; use CamelCase
|
lint:
internal/datachannel/errors.go#L26
exported var ErrSerialization should have comment or be unexported
|
lint:
internal/reliabletransport/constants.go#L13
don't use ALL_CAPS in Go names; use CamelCase
|
lint:
internal/session/manager.go#L173
exported var ErrExpiredKey should have comment or be unexported
|