@Peter, as I understand that we don't want to at least not to add to the
existing pain, BUT I don't know if that any plugin or Intellij can
determine if it was made worse.
I think just cleaning up the warnings should not be too hard... That way
it can be simple reasoning if it has been made worse.
--Udo
On 6/3/19 11:21, Peter Tran 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!