diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-05-15 20:58:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-15 20:58:06 +0100 |
commit | 42155049a5fa0a44a2c4b24993eb045ec6a1c525 (patch) | |
tree | 3aed12c758ce6f112dd3e7c5c516dc2087f67c34 /README.md | |
parent | 11a50b25807d7730adb42575d72f990fb8c32a7b (diff) | |
parent | 9baae52d1afab8af832c4249eefc19e7dd28a251 (diff) | |
download | ale-42155049a5fa0a44a2c4b24993eb045ec6a1c525.zip |
Merge pull request #551 from meunierd/add-checkstyle-linter
Add checkstyle linter
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/), [ghc-mod](https://github.com/DanielG/ghc-mod), [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 |