No option to force checkstyle run before git commit
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.
There's an option in the commit settings to run a Checkstyle scan before commit. I think this should do what you're after.
Ohhhh I was looking at the project options:

Thanks for showing me where the option is! But it sure would be nice if the same checkbox would be available in the project options :)
I'd also be interested in exactly this feature!