summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNic West <nicwest.cb@gmail.com>2017-11-15 21:46:51 +0000
committerNic West <nicwest.cb@gmail.com>2017-11-15 22:23:46 +0000
commiteda20d0585567b22befa0e011324aaa91b9bebca (patch)
tree75b74d084e741a73afe379f10428b12f4ddf5c98 /README.md
parent1d65e5692f7075bad6806d88eb11961ea32d3e7d (diff)
downloadale-eda20d0585567b22befa0e011324aaa91b9bebca.zip
add joker handler for clojure
Adds new linter for clojure using joker https://github.com/candid82/joker fixes #975 ref #544 #1040
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index cf812aff..6084ccea 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,7 @@ formatting.
| CUDA | [nvcc](http://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/index.html) |
| C# | [mcs](http://www.mono-project.com/docs/about-mono/languages/csharp/) see:`help ale-cs-mcs` for details, [mcsc](http://www.mono-project.com/docs/about-mono/languages/csharp/) !! see:`help ale-cs-mcsc` for details and configuration|
| Chef | [foodcritic](http://www.foodcritic.io/) |
+| Clojure | [joker](https://github.com/candid82/joker) |
| CMake | [cmakelint](https://github.com/richq/cmake-lint) |
| CoffeeScript | [coffee](http://coffeescript.org/), [coffeelint](https://www.npmjs.com/package/coffeelint) |
| Crystal | [crystal](https://crystal-lang.org/) !! |