Closed timja closed 6 months ago
I normally never use maven locally 😄
I commit (and IntelliJ starts CheckStyle and SpotBugs Issues before the commit). That is typically enough for me. The problem with maven is that it cannot check for new issues.
Do you have a pre commit hook that runs them?
i.e how do you have it setup to run those?
I'm just using the checkstyle and spotbugs plugins:
The problem with maven is that it cannot check for new issues.
There is at least some precedent for ratcheting functionality in Spotless Maven Plugin.
Pretty frustrating, what is your workflow for this @uhafer?
I run
mvn clean install
and then I create a PR and it fails for spotbugs or checkstyle