Skip to content

Add ygnmi validator #149

Add ygnmi validator

Add ygnmi validator #149

Triggered via pull request November 10, 2023 17:50
@wenovuswenovus
synchronize #93
ygnmi-for-ygot
Status Success
Total duration 52s
Artifacts

go.yml

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

Annotations

10 errors
go / Static Analysis: yangutil/yangutil.go#L23
exported function GetAllYANGFiles should have comment or be unexported
go / Static Analysis: webhook/main.go#L102
parameter 'w' seems to be unused, consider removing or renaming it as _
go / Static Analysis: util/parseutil.go#L32
don't use ALL_CAPS in Go names; use CamelCase
go / Static Analysis: post_results/main_test.go#L272
struct field inValidatorId should be inValidatorID
go / Static Analysis: post_results/main_test.go#L630
struct field inValidatorId should be inValidatorID
go / Static Analysis: commonci/commonci.go#L282
exported type ValidatorAndVersion should have comment or be unexported
go / Static Analysis: commonci/commonci.go#L97
func parameter validatorId should be validatorID
go / Static Analysis: commonci/commonci.go#L283
struct field ValidatorId should be ValidatorID
go / Static Analysis: openconfig-ci/ocdiff/ocdiff.go#L149
exported method DiffReport.Sort should have comment or be unexported
go / Static Analysis: cmd_gen/main_test.go#L30
parameter 'labelColor' seems to be unused, consider removing or renaming it as _