Actions improvements #10
Annotations
10 errors
golangci-lint:
components/dashboard/dashboard.go#L7
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
controllers/components/base_reconciler_actions_test.go#L34
singleCaseSwitch: found switch with default case only (gocritic)
|
golangci-lint:
controllers/components/codeflare_controller.go#L30
Comment should end in a period (godot)
|
golangci-lint:
controllers/components/datasciencepipelines_controller.go#L30
Comment should end in a period (godot)
|
golangci-lint:
controllers/components/kserve_controller.go#L30
Comment should end in a period (godot)
|
golangci-lint:
controllers/components/suite_test.go#L32
dot-imports: should not use dot imports (revive)
|
golangci-lint:
controllers/datasciencecluster/datasciencecluster_controller.go#L351
func `newComponentLogger` is unused (unused)
|
golangci-lint:
main.go#L111
func `initComponents` is unused (unused)
|
golangci-lint:
main.go#L83
unnecessary leading newline (whitespace)
|
golangci-lint:
controllers/components/dashboard_controller.go#L187
S1008: should use 'return e.Object.GetObjectKind().GroupVersionKind().Kind == gvk.Dashboard.Kind' instead of 'if e.Object.GetObjectKind().GroupVersionKind().Kind == gvk.Dashboard.Kind { return true }; return false' (gosimple)
|