summaryrefslogtreecommitdiff
path: root/ale_linters/java/checkstyle.vim
AgeCommit message (Collapse)Author
2018-11-07Let checkstyle only lint original filesJohannes Wienke
Temporary files break checks like the one for a missing package-info.java, as discussed in #1305.
2018-11-07Support older checkstyle versionsJohannes Wienke
The output format used by older checkstyle versions differs from the one of new versions. This commit adds a second parsing iteration on the output lines with a suitable pattern to support both versions in parallel. Due to the differences in the order of matching groups this is hard to achieve in a single pass through the output lines. An appropriate test case is added.
2017-11-18#852 - Capture error codes for checkstylew0rp
2017-05-15Add checkstyle linterDevon Meunier