Skip to content

draft: proof of concept scripting engine #222

draft: proof of concept scripting engine

draft: proof of concept scripting engine #222

Triggered via pull request June 14, 2024 20:20
Status Success
Total duration 57s
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/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/types/steps.go#L42
exported type Step 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#L128
exported method TaskRunner.Resolve should have comment or be unexported
validate: src/pkg/tasks/runner.go#L197
exported function NewRun should have comment or be unexported