Right now the gradle build runs checkstyles, findbugs, and pmd. While these are good tools, they significantly increase the build time. I'd like to move these build steps to a separate target. My thought is to run that target in a git commit hook to run these at commit time instead of at build time. I believe this is what Mesos does. I'm open to any other suggestions too.
Also, this should be a JIRA/github issue but I didn't want to create a new issue on github and JIRA doesn't seem to be available yet.
