Perfect! Except sadly it appears that the checkstyle documentation is wrong, and the jars don’t include the official configurations. Off to bug them.
Thanks!
$ java -jar checkstyle-6.1.1-all.jar -c sun_checks.xml MyClass.java
Error loading configuration file
com.puppycrawl.tools.checkstyle.api.CheckstyleException: unable to find sun_checks.xml
at com.puppycrawl.tools.checkstyle.ConfigurationLoader.loadConfiguration(ConfigurationLoader.java:342)
at com.puppycrawl.tools.checkstyle.ConfigurationLoader.loadConfiguration(ConfigurationLoader.java:286)
at com.puppycrawl.tools.checkstyle.Main.loadConfig(Main.java:232)
at com.puppycrawl.tools.checkstyle.Main.main(Main.java:105)
Caused by: java.io.FileNotFoundException: sun_checks.xml
at com.puppycrawl.tools.checkstyle.ConfigurationLoader.loadConfiguration(ConfigurationLoader.java:328)
... 3 more