I am trying to use checkstyles google_checks.xml with maven-checkstyle-plugin. If I use the google_checks.xml with the latest checkstyle intelliJ plugin everything is correc
fixed this by updating the checkstyle-dependency manually to the latest stable version:
org.apache.maven.plugins maven-checkstyle-plugin 2.13 com.puppycrawl.tools checkstyle ${checkstyle.latest.version} ${checkstyle.file.path} false