summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDevon Meunier <devon.meunier@shopify.com>2017-05-12 09:42:32 -0400
committerDevon Meunier <devon.meunier@shopify.com>2017-05-15 15:41:04 -0400
commit9baae52d1afab8af832c4249eefc19e7dd28a251 (patch)
tree09292c402445198082e350e919e9dbcfbee7d746 /doc
parent07b2542c0d6505f2a843e700d246367a522ecf64 (diff)
downloadale-9baae52d1afab8af832c4249eefc19e7dd28a251.zip
Add checkstyle linter
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-java.txt12
-rw-r--r--doc/ale.txt1
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/ale-java.txt b/doc/ale-java.txt
index cbfd4e24..7fb695e7 100644
--- a/doc/ale-java.txt
+++ b/doc/ale-java.txt
@@ -3,6 +3,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*
g:ale_java_javac_classpath *g:ale_java_javac_classpath*
diff --git a/doc/ale.txt b/doc/ale.txt
index d4d75173..483ce8ee 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -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|