Add a linter for clojure using clj-kondo (#2377)

This commit is contained in:
Masashi Iizuka
2019-04-11 04:59:58 +09:00
committed by w0rp
parent 16b43a5708
commit 4813165614
6 changed files with 119 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ formatting.
* [cookstyle](https://docs.chef.io/cookstyle.html)
* [foodcritic](http://www.foodcritic.io/)
* Clojure
* [clj-kondo](https://github.com/borkdude/clj-kondo)
* [joker](https://github.com/candid82/joker)
* CloudFormation
* [cfn-python-lint](https://github.com/awslabs/cfn-python-lint)