-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
Add 'Fail_On_All_Warnings' CLI Argument #122
Conversation
Hi there! I appreciate your interest. Maybe sticking to the compiler options, makes more sense here:
|
Is the thought process behind this we have a breaking change to name in this fashion explicitly? Also, are you thinking we want to expand the scope of this issue/PR to try and tackle all the flags listed here? |
Yes, I think a breaking change is fine as we are still in pre-release. |
To cover all cases of bending the default Severity level of a specific analyzer message code to another
That would make it very easy and clear for the user to state their intent and we already had a use case of users wanting to have a very fine grained control. |
Getting into the super fine control there is a few
And as you've pointed out there's different ways to
For instance it's reasonable for someone to want to ignore This creates a very fun matrix of support cases, some are easier than others. We only cover some of these cases in certain areas but this is the all the places someone is going to want to do some type of configuration. |
For the We are invested in the |
Please rebase this against |
Saw #118 and thought I'd take a stab at it. Per #118 (comment), I read through the documentation and implemented what I interpreted. If I misread, let me know and I can refactor accordingly.