Add checkstyle linter

This commit is contained in:
Devon Meunier
2017-05-12 09:42:32 -04:00
parent 07b2542c0d
commit 9baae52d1a
5 changed files with 81 additions and 1 deletions

View File

@@ -2,6 +2,18 @@
ALE Java Integration *ale-java-options*
-------------------------------------------------------------------------------
checkstyle ale-java-checkstyle
g:ale_java_checkstyle_options g:ale_java_checkstyle_options
b:ale_java_checkstyle_options
Type: String
Default: '-c /google_checks.xml'
This variable can be changed to modify flags given to checkstyle.
-------------------------------------------------------------------------------
javac *ale-java-javac*

View File

@@ -39,6 +39,7 @@ CONTENTS *ale-contents*
htmlhint............................|ale-html-htmlhint|
tidy................................|ale-html-tidy|
java..................................|ale-java-options|
checkstyle..........................|ale-java-checkstyle|
javac...............................|ale-java-javac|
javascript............................|ale-javascript-options|
eslint..............................|ale-javascript-eslint|