I have noticed that my local IntelliJ Checkstyle-IDEA plugin is not highlighting any errors in my code, whereas when I run "mvn clean install" or similar it (correctly) highlights the problems.
I am using a custom checkstyle file, but since this is working through maven, I'm guessing this isn't the problem? Also, I have tried other xml files, and I get the same result.
I'm not quite sure where to start here. I have tried the classic reinstall of the plugin, different PCs etc. Can someone point me in a direction...?