Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Show subcategories #115

Open
khatchad opened this issue Oct 30, 2015 · 3 comments
Open

Show subcategories #115

khatchad opened this issue Oct 30, 2015 · 3 comments
Labels

Comments

@khatchad
Copy link

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
@ciera
Copy link
Contributor

ciera commented Nov 8, 2015

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.

@ciera ciera added the P3 label Nov 8, 2015
@supertriceratops
Copy link
Contributor

We could add a "GetSubcategories" call to the individual analyzer API...

On Sun, Nov 8, 2015 at 1:00 PM, Ciera Jaspan notifications@github.com
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).

@ciera
Copy link
Contributor

ciera commented Nov 12, 2015

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants