fix: bump github.com/jedib0t/go-pretty/v6 from 6.5.9 to 6.6.3 #1074
Annotations
1 error and 10 warnings
pre_flight
Resource not accessible by integration
|
lint:
example/internal/shared.go#L9
exported function PrettyJSON should have comment or be unexported
|
lint:
example/cmd/bufconn-test/main.go#L26
parameter 'c' seems to be unused, consider removing or renaming it as _
|
lint:
example/cmd/bufconn-test/main.go#L26
parameter 's' seems to be unused, consider removing or renaming it as _
|
lint:
example/internal/contracts/lambda/gen-func-lambda.go#L16
comment on exported function AddGenerateUUIDFunc should be of the form "AddGenerateUUIDFunc ..."
|
lint:
pkg/echo/wellknown/echo-context-keys.go#L4
don't use ALL_CAPS in Go names; use CamelCase
|
lint:
pkg/echo/wellknown/echo-context-keys.go#L4
exported const SCOPED_CONTAINER_KEY should have comment (or a comment on this block) or be unexported
|
lint:
pkg/echo/wellknown/claims-type.go#L4
exported const ClaimTypeAuthenticated should have comment (or a comment on this block) or be unexported
|
lint:
example/cmd/client/main.go#L59
switch with only one case can be replaced by an if-then
|
lint:
example/cmd/client/main.go#L28
extra empty line at the end of a block
|
lint:
example/cmd/client/main.go#L52
extra empty line at the end of a block
|