I thought it was just analyzing the diff section but maybe not. I haven’t used it much with geode because of all the noise, even in a small diff. That is one reason I clean up the files first before starting my work.
-jake > On Jun 3, 2019, at 11:21 AM, Peter Tran <pt...@pivotal.io> wrote: > > Thanks Jake > > Is it configurable to warn you if you're adding new warnings? Right now > it's tough to clean up all warnings in a file you touch but at least we > should not be making things worse (at least stop the bleeding so to say) > >> On Mon, Jun 3, 2019 at 12:55 PM Jacob Barrett <jbarr...@pivotal.io> wrote: >> >> 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! >>