noveogroup / android-check

Static code analysis plugin for Android project. (Checkstyle, PMD)
Other
267 stars 67 forks source link

Print reports to stdout #21

Open alxndrsn opened 8 years ago

alxndrsn commented 8 years ago

Implements outputting of the error reports to standard output. This gives useful output from the plugin on Travis CI, where the XML and HTML output can't be easily accessed.

If this looks useful there is a bit of cleanup that could obviously done:

Issue: #20