Skip to content

Add tests and fix major version comment #163

Add tests and fix major version comment

Add tests and fix major version comment #163

Triggered via pull request November 30, 2023 03:43
Status Success
Total duration 1m 12s
Artifacts

go.yml

on: pull_request
Matrix: go / Build and Test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
go / Static Analysis: openconfig-ci/main.go#L15
should have a package comment
go / Static Analysis: cmd/check.go#L15
should have a package comment
go / Static Analysis: yangutil/yangutil.go#L15
package comment should be of the form "Package yangutil ..."
go / Static Analysis: yangutil/yangutil.go#L23
exported function GetAllYANGFiles should have comment or be unexported
go / Static Analysis: validators/misc-checks/ocversion/ocversion.go#L15
should have a package comment
go / Static Analysis: util/parseutil.go#L32
don't use ALL_CAPS in Go names; use CamelCase
go / Static Analysis: openconfig-ci/ocdiff/ocdiff.go#L15
package comment should be of the form "Package ocdiff ..."
go / Static Analysis: openconfig-ci/ocdiff/ocdiff.go#L164
if block ends with a return statement, so drop this else and outdent its block
go / Static Analysis: openconfig-ci/ocdiff/ocdiff.go#L155
exported method DiffReport.Sort should have comment or be unexported
go / Static Analysis: cmd_gen/main.go#L15
should have a package comment