google / shipshape

Program analysis platform
Apache License 2.0
271 stars 35 forks source link

Add list of available analyzers in the Jenkins plugin configuration #63

Open llbit opened 9 years ago

llbit commented 9 years ago

It would be nice if the Jenkins plugin configuration page had a list of the currently available analyzers. Each analyzer could be represented with a checkbox and the user could enable/disable an analyzer by toggling the checkbox.

collinw commented 9 years ago

That might lead to difficulties, since there's a .shipshape configuration file in the root of the to-be-analyzed repo that can also control which analyzers run.

That being said, I don't think we even have a CLI tool that lists out the available analyzers, do we?