Skip to content

fix(gw): correct inventory package #8

fix(gw): correct inventory package

fix(gw): correct inventory package #8

Triggered via push March 13, 2024 19:16
Status Failure
Total duration 2m 28s
Artifacts

linters.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
golangci: nwgate/cmd/main.go#L39
commentFormatting: put a space between `//` and comment text (gocritic)
golangci
issues found
golangci
Restore cache failed: Dependencies file is not found in /home/runner/work/Protos/Protos. Supported file pattern: go.sum
golangci: nwgate/pkg/dpudev/Interface.go#L16
exported: comment on exported function InitNetworkData should be of the form "InitNetworkData ..." (revive)
golangci: nwgate/pkg/dpudev/Interface.go#L19
var-naming: don't use underscores in Go names; var n_ifs should be nIfs (revive)
golangci: nwgate/pkg/dpudev/dpudev.go#L18
exported: comment on exported function NewServer should be of the form "NewServer ..." (revive)