-
Notifications
You must be signed in to change notification settings - Fork 383
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
Less checkers in enable all #3013
Less checkers in enable all #3013
Conversation
fb54f10
to
ec8c894
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
ec8c894
to
c05c3ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Analyzer related test cases are failed on the travis.
all the checkers were printed not just the enabled before the starting the analysis
There are too many style checkers executed when the enable-all flag is used wich causes that a lot of style reports are reported this change lowers the number of reports when enable-all is used. The user still can enable those groups if neeeded.
c05c3ca
to
a7be9e2
Compare
@bruntib do you have any ideas why the number of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There is a bugfix and a change in the two commits.
The bugfix is for printing the enabled checkers and the change is to remove more groups from the enable-all configuration.