Fail on warnings
Open
@flovogt is already working on this.
Since Aug 11, 2026.
configuration
- Dominant language
- TypeScript
- Stars
- 79
- Forks
- 13
- Avg merge
- 19h 34m
- Merged PRs (30d)
- 9
Description
Is your feature request related to a problem? Please describe.
I would like the linter to fail if it reports warning. It is particularly useful to keep a brand new project clean.
Describe the solution you'd like
Have a --maxWarnings 0 parameter. Something similar to ESLint.
Describe alternatives you've considered
Parse the output to fail the script if it contains "warning".
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.