-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat: filtering specific checks #140
feat: filtering specific checks #140
Conversation
Update: trying to implement the diagnostic message for failing checks when |
@AlishChhetri I'm having trouble figuring out why the diagnostic message for |
Hello @Chezka109 can you please give us a status update on the work for this branch? It does not look completed and thus I converted it to a draft PR. Also, I think that this PR needs some screenshots to demonstrate what is and is not working and how a person would actually use the feature that this PR implements. |
Also @Chezka109 please note that this branch has conflicts that must be resolved before it can be merged. Can you please investigate these issues? Thanks so much, I appreciate your help. |
Filtering Specific Checks
Description
This feature adds the ability to filter GatorGrade results to show only the failing checks when running the command. By including a flag such as
--show-failures
, users will be able to see just the errors, which will make it easier to focus on the areas that need improvement without sifting through the passing checks. In addition to this, users can use the flag--check-include
to show only a specific check and--check-exclude
to remove specific checks when gatorgrade runs.Linked Issues
closes: #139
Type of Change
Contributors
Reminder