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
{{ message }}
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
Please add an option to show subcategories of the various categories displayed upon using the --categories command line option. Perhaps --subcategories can take a category argument, e.g., :
shipshape --subcategories error-prone
The text was updated successfully, but these errors were encountered:
This is going to be somewhat difficult. Some of the analysis tools do not make the subcategories easy to determine. There are others that create the subcategory dynamically.
We could add a "GetSubcategories" call to the individual analyzer API...
On Sun, Nov 8, 2015 at 1:00 PM, Ciera Jaspan [email protected]
wrote:
This is going to be somewhat difficult. Some of the analysis tools do not
make the subcategories easy to determine. There are others that create the
subcategory dynamically.
—
Reply to this email directly or view it on GitHub #115 (comment).
Yes, the problem is how the analyzers actually implement that. Most of the open source analyzers do not make getting this easy. Additionally, it implies that there is a static list. It prevents analyzers from being able to dynamically generate subcategory names.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please add an option to show subcategories of the various categories displayed upon using the --categories command line option. Perhaps --subcategories can take a category argument, e.g., :
The text was updated successfully, but these errors were encountered: