diff options
author | Nic West <nicwest.cb@gmail.com> | 2017-11-15 21:46:51 +0000 |
---|---|---|
committer | Nic West <nicwest.cb@gmail.com> | 2017-11-15 22:23:46 +0000 |
commit | eda20d0585567b22befa0e011324aaa91b9bebca (patch) | |
tree | 75b74d084e741a73afe379f10428b12f4ddf5c98 /README.md | |
parent | 1d65e5692f7075bad6806d88eb11961ea32d3e7d (diff) | |
download | ale-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/) !! | |