1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript21 forks (21 forks)auto 404
good first issuehacktoberfest
Repository metrics
- Stars
- 32 stars (32 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Contributor guide
- Research direction
- Examine the source code that generates the error message for missing extra params, specifically the logic that identifies task names. The referenced file 'no extra param.yaml' shows a TaskRun with an embedded task (taskSpec). The error currently says 'step 1 is not a task name' but step 1 is the TaskRun name, not a task. Look for how the linter extracts task names and adjust to handle embedded tasks correctly.
- Tech stack
- typescript
- Domain
- devops
- Issue type
- Bug
- Prerequisites
- Git