Test gcs-sidecar in uvm #352
Annotations
10 errors
Run golangci-lint:
cmd/gcs-sidecar/main.go#L202
type `srvResp` is unused (unused)
|
Run golangci-lint:
cmd/gcs-sidecar/main.go#L137
S1000: should use for range instead of for { select {} } (gosimple)
|
Run golangci-lint:
cmd/gcs-sidecar/main.go#L217
S1000: should use a simple channel send/receive instead of `select` with a single case (gosimple)
|
Run golangci-lint:
cmd/gcs-sidecar/main.go#L254
S1021: should merge variable declaration with assignment on next line (gosimple)
|
Run golangci-lint:
cmd/gcs-sidecar/main.go#L24
ST1022: comment on exported var WindowsSidecarGcsHvsockServiceID should be of the form "WindowsSidecarGcsHvsockServiceID ..." (stylecheck)
|
Run golangci-lint:
internal/gcs/protocol.go#L15
ST1022: comment on exported var HV_GUID_LOOPBACK should be of the form "HV_GUID_LOOPBACK ..." (stylecheck)
|
Run golangci-lint:
internal/gcs/protocol.go#L23
ST1022: comment on exported var HV_GUID_PARENT should be of the form "HV_GUID_PARENT ..." (stylecheck)
|
Run golangci-lint:
internal/gcs/protocol.go#L16
ST1003: should not use ALL_CAPS in Go names; use CamelCase instead (stylecheck)
|
Run golangci-lint:
internal/gcs/protocol.go#L24
ST1003: should not use ALL_CAPS in Go names; use CamelCase instead (stylecheck)
|
Run golangci-lint
issues found
|
Loading