Add support for the java PMD linter

This commit is contained in:
Johannes Wienke
2018-04-09 17:45:08 +02:00
parent 2f2dcb8444
commit 49c4bfde14
5 changed files with 80 additions and 2 deletions

View File

@@ -61,5 +61,19 @@ g:ale_java_google_java_format_options *g:ale_java_google_java_format_options*
This variable can be set to pass additional options
===============================================================================
pmd *ale-java-pmd*
g:ale_java_pmd_options *g:ale_java_pmd_options*
*b:ale_java_pmd_options*
Type: String
Default: '-R category/java/bestpractices'
This variable can be changed to modify flags given to PMD. Do not specify -f
and -d. They are added automatically.
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: