You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe not so much an issue, but more a question/feature-request: how can I enforce a checkstyle-run in IntelliJ before committing changes to my git repo? I'd really like to make sure only checked code goes into the repo. I have setup maven to break the build if the maven-checkstyle-run finds violations... So I'm looking for something like a pre-commit hook in the Checkstyle-IDEA plugin. It's not an option in the plugin config, and also in Version Control -> Commit -> Before Commit isn't listing a Checkstyle run.
The text was updated successfully, but these errors were encountered:
Maybe not so much an issue, but more a question/feature-request: how can I enforce a checkstyle-run in IntelliJ before committing changes to my git repo? I'd really like to make sure only checked code goes into the repo. I have setup maven to break the build if the maven-checkstyle-run finds violations... So I'm looking for something like a pre-commit hook in the Checkstyle-IDEA plugin. It's not an option in the plugin config, and also in Version Control -> Commit -> Before Commit isn't listing a Checkstyle run.
The text was updated successfully, but these errors were encountered: