You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It takes a single suppression line. Just using the ID is working because all other fields are optional in that format. So it is different from --enable.
It takes a single suppression line. Just using the ID is working because all other fields are optional in that format. So it is different from --enable.
You mean we would have to support --suppress=uninitvar:abc.cpp:123,noConstructor:def.cpp:456 as well?
You mean we would have to support --suppress=uninitvar:abc.cpp:123,noConstructor:def.cpp:456 as well?
That would be implied. We could just split it by ,. But as this hasn't been supported in probably more than a decade and no feature request for this coming up so far (as far as I can tell). I do not see any reason to support it. You cannot specify more than one suppression per line in a file either so it would be consistent.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.