IBM/tekton-lint

Improve error message

Open

#45 opened on Oct 25, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (21 forks)auto 404
good first issuehacktoberfest

Repository metrics

Stars
 (32 stars)
PR merge metrics
 (PR metrics pending)

Description

https://github.com/IBM/tekton-lint/blob/7218c6b6a08c032394584d5849e29528b51d73ab/regression-tests/no-extra-param.yaml#L21-L26

step-1 is not a task name (it's the name of the TaskRun). Actually, there's no standalone task, it's using an embedded task using taskSpec.

Contributor guide