summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parent07b2542c0d6505f2a843e700d246367a522ecf64 (diff)
downloadale-9baae52d1afab8af832c4249eefc19e7dd28a251.zip
Add checkstyle linter
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d3fb431e..b98c8f82 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ name. That seems to be the fairest way to arrange this table.
| Handlebars | [ember-template-lint](https://github.com/rwjblue/ember-template-lint) |
| Haskell | [ghc](https://www.haskell.org/ghc/), [hlint](https://hackage.haskell.org/package/hlint), [hdevtools](https://hackage.haskell.org/package/hdevtools) |
| HTML | [HTMLHint](http://htmlhint.com/), [proselint](http://proselint.com/), [tidy](http://www.html-tidy.org/) |
-| Java | [javac](http://www.oracle.com/technetwork/java/javase/downloads/index.html) |
+| Java | [checkstyle](http://checkstyle.sourceforge.net), [javac](http://www.oracle.com/technetwork/java/javase/downloads/index.html) |
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/), [flow](https://flowtype.org/), [standard](http://standardjs.com/), [xo](https://github.com/sindresorhus/xo)
| JSON | [jsonlint](http://zaa.ch/jsonlint/) |
| Kotlin | [kotlinc](https://kotlinlang.org) see `:help ale-integration-kotlin` for configuration instructions