If you’re already using IntelliJ then if you commit with IntelliJ you can enable the commit analysis and it will tell you if there are warnings before you commit.
-jake > On Jun 3, 2019, at 9:16 AM, Peter Tran <pt...@pivotal.io> wrote: > > Hi All, > > I was wondering if anyone has any git hooks setup to ensure your commit is > not introducing new intelliJ warnings. I was gonna play around with this > but was hoping maybe someone has already solved them problem. > > Thank you!