ui5-linter
ui5-linter copied to clipboard
Fail on warnings
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".