Add cloudbuild script to allow for regular image re-builds #136
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
go.yml
on: pull_request
go
/
Static Analysis
1m 22s
go
/
staticcheck
1m 37s
Matrix: go / Build and Test
Annotations
10 errors
go / Static Analysis:
cmd_gen/main_test.go#L30
parameter 'labelColor' seems to be unused, consider removing or renaming it as _
|
go / Static Analysis:
cmd_gen/main_test.go#L30
parameter 'owner' seems to be unused, consider removing or renaming it as _
|
go / Static Analysis:
cmd_gen/main_test.go#L30
parameter 'repo' seems to be unused, consider removing or renaming it as _
|
go / Static Analysis:
commonci/commonci.go#L97
func parameter validatorId should be validatorID
|
go / Static Analysis:
openconfig-ci/main.go#L15
should have a package comment
|
go / Static Analysis:
commonci/commonci.go#L283
struct field ValidatorId should be ValidatorID
|
go / Static Analysis:
cmd_gen/main_test.go#L30
parameter 'prNumber' 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.go#L48
var validatorId should be validatorID
|