Go #144
Annotations
10 errors
revive:
collector/components.go#L15
should have a package comment
|
revive:
gnmipath/config.go#L21
exported type Config should have comment or be unexported
|
revive:
gnmipath/doc.go#L15
package comment should be of the form "Package gnmipath ..."
|
revive:
gnmipath/pather.go#L24
exported type Pather should have comment or be unexported
|
revive:
gnmipath/pather.go#L28
exported function NewPather should have comment or be unexported
|
revive:
integration/docker_stats_e2e/docker_stats_e2e_test.go#L62
context.Context should be the first parameter of a function
|
revive:
integration/docker_stats_e2e/docker_stats_e2e_test.go#L36
parameter 't' seems to be unused, consider removing or renaming it as _
|
revive:
integration/oltp_e2e/e2e_test.go#L61
context.Context should be the first parameter of a function
|
revive:
integration/oltp_e2e/e2e_test.go#L35
parameter 't' seems to be unused, consider removing or renaming it as _
|
revive:
gnmi/security.go#L67
parameter 'cfg' seems to be unused, consider removing or renaming it as _
|
Loading