refactor: move utility functions to common package #21
Annotations
7 errors and 1 warning
nwgate/pkg/common/proto.go#L3
package-comments: package comment should be of the form "Package common ..." (revive)
|
nwgate/pkg/dpudev/Interface.go#L29
var-declaration: should omit type bool from declaration of var ifloop; it will be inferred from the right-hand side (revive)
|
nwgate/pkg/dpudev/Interface.go#L30
var-declaration: should omit type bool from declaration of var ifenabled; it will be inferred from the right-hand side (revive)
|
nwgate/pkg/dpudev/Interface.go#L22
var-naming: don't use underscores in Go names; var net_intfs should be netIntfs (revive)
|
nwgate/pkg/dpudev/Interface.go#L31
ineffectual assignment to ifadmin (ineffassign)
|
nwgate/pkg/dpudev/Interface.go#L32
ineffectual assignment to ifoper (ineffassign)
|
|
|
This job failed
Loading