summaryrefslogtreecommitdiff
path: root/doc/ale-java.txt
diff options
context:
space:
mode:
authorJohannes Wienke <languitar@semipol.de>2018-04-09 17:45:08 +0200
committerJohannes Wienke <languitar@semipol.de>2018-04-09 17:48:00 +0200
commit49c4bfde148dfb4925c79a2e93eb04311afcc904 (patch)
tree55a216f1543e2c3b003bfd8c9ddb80902b89908d /doc/ale-java.txt
parent2f2dcb84444f440ceb4b35010b861738216525f6 (diff)
downloadale-49c4bfde148dfb4925c79a2e93eb04311afcc904.zip
Add support for the java PMD linter
Diffstat (limited to 'doc/ale-java.txt')
-rw-r--r--doc/ale-java.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/ale-java.txt b/doc/ale-java.txt
index 3837f6c6..4481e823 100644
--- a/doc/ale-java.txt
+++ b/doc/ale-java.txt
@@ -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: