Java: checkstyle - novaez/syntastic GitHub Wiki

Maintainer: Dmitry Geurkov [email protected]

Checkstyle is a style checker for Java. See the project's page for details.

Checker options:

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.

Notes:

  1. 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.
  2. 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.
⚠️ **GitHub.com Fallback** ⚠️