We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like the linter to fail if it reports warning. It is particularly useful to keep a brand new project clean.
Have a --maxWarnings 0 parameter. Something similar to ESLint.
--maxWarnings 0
Parse the output to fail the script if it contains "warning".
The text was updated successfully, but these errors were encountered:
@Shingaz Thanks a lot for reporting this enhancement request. Thats a great idea.
SAP Internally we track this requirement in backlog item CPOUI5FOUNDATION-838. We will update this issue as soon as we start working on this feature.
Sorry, something went wrong.
No branches or pull requests
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".
The text was updated successfully, but these errors were encountered: