Skip to content

Commit 276bd83

Browse files
committed
fix ST1020 and ST1021 comment style errors
1 parent c9eb9e1 commit 276bd83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

experiment/prowjob-report/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func ScaledValue(q resource.Quantity, s resource.Scale) int64 {
168168

169169
// Testgrid dashboard utils
170170

171-
// Primary dashboard aka which is most likely to have more viewers
171+
// PrimaryDashboard aka which is most likely to have more viewers
172172
// Choose from: sig-release-.*, or sig-.*, or first in list
173173
func PrimaryDashboard(job cfg.JobBase) string {
174174
dashboardsAnnotation, ok := job.Annotations["testgrid-dashboards"]
@@ -193,7 +193,7 @@ func PrimaryDashboard(job cfg.JobBase) string {
193193
return dashboards[0]
194194
}
195195

196-
// Owner dashboard aka who is responsible for maintaining the job
196+
// OwnerDashboard aka who is responsible for maintaining the job
197197
// Choose from: sig-(not-release)-*, or sig-release, or first in list
198198
func OwnerDashboard(job cfg.JobBase) string {
199199
dashboardsAnnotation, ok := job.Annotations["testgrid-dashboards"]

images/builder/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ type Step struct {
4444
Args []string
4545
}
4646

47-
// struct for images/<image>/cloudbuild.yaml
47+
// CloudBuildYAMLFile represeents images/<image>/cloudbuild.yaml
4848
// Example: images/alpine/cloudbuild.yaml
4949
type CloudBuildYAMLFile struct {
5050
Steps []Step `yaml:"steps"`

0 commit comments

Comments
 (0)