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
There might be warnings that the user might not be intersted in. So it would be nice to reduce the noise by being able to selectively disable them.
This could probably be done by using the -nowarning flag and have an optional parameter. Something like
-nowarning
-nowarning=WRN:PA0123
Possibly also with shortened name
-nowarning=PA0123
Multiple warnings disabled just as a comma separated list:
-nowarning=PA0123,PA0124,PA0125
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There might be warnings that the user might not be intersted in. So it would be nice to reduce the noise by being able to selectively disable them.
This could probably be done by using the
-nowarning
flag and have an optional parameter. Something likePossibly also with shortened name
Multiple warnings disabled just as a comma separated list:
The text was updated successfully, but these errors were encountered: