I'll make an adjustment. Makes sense. Sent from my iPhone
> On May 8, 2015, at 6:23 PM, Adam Bordelon <[email protected]> wrote: > > +1 for a separate build target, or commit hook. > Yes, Mesos does automated style-checking as a commit hook. > We could also fold it into a `make check` vs. just a `make` > >> On Fri, May 8, 2015 at 5:28 AM, Jim Klucar <[email protected]> wrote: >> >> 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. >>
