Merge pull request #138 from openconfig/move-gnmi-testutil #514
go.yml
on: push
go
/
Static Analysis
1m 6s
go
/
staticcheck
30s
generate
33s
Matrix: go / Build and Test
Annotations
10 errors
go / Static Analysis:
internal/testutil/schema.go#L15
should have a package comment
|
go / Static Analysis:
internal/testutil/schema.go#L105
parameter 'opts' seems to be unused, consider removing or renaming it as _
|
go / Static Analysis:
internal/testutil/schema.go#L117
parameter 'opts' seems to be unused, consider removing or renaming it as _
|
go / Static Analysis:
internal/testutil/schema.go#L130
parameter 'opts' seems to be unused, consider removing or renaming it as _
|
go / Static Analysis:
internal/testutil/schema.go#L138
parameter 'opts' seems to be unused, consider removing or renaming it as _
|
go / Static Analysis:
internal/testutil/schema.go#L148
parameter 'opts' seems to be unused, consider removing or renaming it as _
|
go / Static Analysis:
internal/gnmitestutil/gnmi.go#L97
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
go / Static Analysis:
internal/gnmitestutil/gnmi.go#L164
parameter 'opts' seems to be unused, consider removing or renaming it as _
|
go / Static Analysis:
internal/logutil/logutil.go#L1
should have a package comment
|
go / Static Analysis:
pathgen/pathgen.go#L19
package comment is detached; there should be no blank lines between it and the package statement
|