Add ygnmi validator #149
go.yml
on: pull_request
go
/
Static Analysis
24s
go
/
staticcheck
30s
Matrix: go / Build and Test
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 _
|