Automatic style checking for Android projects

For javascript, coffeescript and ruby ​​projects, there is a Hound CI service from the thinker that allows the bot to comment on Pull requests that detect style violations. Is there something similar for Android or even Java projects? I run checkstyle locally to check for style issues, but looking at the diff on GitHub and commenting out for style violations seems a little silly.

+3


source to share


1 answer


If you are using Maven or Gradle, there are plugins you can use with something like Travis CI:



If you are Jenkins there is a plugin for that:

0


source







All Articles