ervandew/eclim

Setup vim + eclim + checkstyle

rattletat opened this issue · 2 comments

Hi, when I try to invoke :Checkstyle inside a Java project, I get the following error message:

com.puppycrawl.tools.checkstyle.api.CheckstyleException: Property 'fileExtensions' in module Checker does not exist, please check the documentation
while executing command (port: 9091): -editor vim -command java_checkstyle -p "static-metric-solver" -f

I configured eclim with :WorkSpaceSettings.
The config file which I used was this one:
https://raw.githubusercontent.com/checkstyle/checkstyle/master/src/main/resources/google_checks.xml

eclim is pretty far behind on its checkstyle version. my guess is that's the issue. I'll upgrade it when i get the chance.

Thanks a lot!