refactor: remove legacy package (#72) #306
build.yml
on: push
short-tests
30s
lint
3s
gosec
36s
coverage-threshold
29s
integration
29s
Annotations
10 warnings
lint:
internal/runtimex/runtimex_test.go#L22
parameter 't' seems to be unused, consider removing or renaming it as _
|
lint:
internal/runtimex/runtimex_test.go#L13
parameter 't' seems to be unused, consider removing or renaming it as _
|
lint:
internal/runtimex/runtimex_test.go#L40
parameter 't' seems to be unused, consider removing or renaming it as _
|
lint:
internal/runtimex/runtimex_test.go#L31
parameter 't' 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/certs.go#L88
comment on exported function WriteTestingCerts should be of the form "WriteTestingCerts ..."
|
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/mocks/addr.go#L1
should have a package comment
|