Skip to content

draft: proof of concept scripting engine #225

draft: proof of concept scripting engine

draft: proof of concept scripting engine #225

Triggered via pull request June 18, 2024 14:54
Status Success
Total duration 1m 1s
Artifacts

scan-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
validate
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
validate: src/pkg/tasks/taskfile.go#L13
type name will be used as tasks.TasksFile by other packages, and that stutters; consider calling this File
validate: src/types/steps.go#L29
exported type Step should have comment or be unexported
validate: src/pkg/tasks/runner.go#L1
should have a package comment
validate: src/pkg/tasks/runner.go#L21
exported type TaskRunner should have comment or be unexported
validate: src/pkg/tasks/runner.go#L36
exported function NewRunner should have comment or be unexported
validate: src/pkg/tasks/runner.go#L28
exported type TaskRun should have comment or be unexported
validate: src/pkg/tasks/runner.go#L58
exported method TaskRunner.Load should have comment or be unexported
validate: src/pkg/tasks/runner.go#L46
exported method TaskRunner.LoadRoot should have comment or be unexported
validate: src/pkg/tasks/runner.go#L147
exported method TaskRunner.Run should have comment or be unexported
validate: src/pkg/tasks/runner.go#L128
exported method TaskRunner.Resolve should have comment or be unexported