This repository was archived by the owner on Sep 20, 2023. It is now read-only.
-
Couldn't load subscription status.
- Fork 1.1k
(v3.3.0) Java: checkstyle
LCD 47 edited this page Dec 13, 2014
·
1 revision
Maintainer: Dmitry Geurkov [email protected]
Checkstyle is a style checker for Java. See the project's page for details.
- g:syntastic_java_checkstyle_classpath (string; default: `checkstyle-5.5-all.jar`)
- path to
checkstyle-*-all.jar - g:syntastic_java_checkstyle_conf_file (string; default: `sun_checks.xml`)
- path to the configuration file to use.
- The checker was tested with checkstyle version 5.5. If you're using it with version 5.6 you should remove DoubleCheckedLocking from your configuration file.
- At the time of this writing, the checkstyle checker doesn't distinguish between error severity levels. All messages are treated as errors, regardless of their severity defined in the checkstyle config file.