Report missing parameter in TaskSpec (inline tasks) #61
Labels
good first issue
Good for newcomers
hacktoberfest
Good issues for Hacktoberfest
help wanted
Extra attention is needed
In 0.5.2 we should report missing parameters in taskSpec tasks
Example:
The line
export TOKEN=$(cat "/secrets/$(params.token)")
use a parametertoken
which was not added nor provided for the task, the linter is missing this.The text was updated successfully, but these errors were encountered: