clj-kondo

https://github.com/clj-kondo/clj-kondo
Adrian Smith 2020-12-04T13:30:34.064500Z

hey I'm trying to play with the malli intergration, I'm using their latest commit in my deps, that has generated a .clj-kondo in my project with configuration for the file I'm testing, I'm using java -jar /blah/blah/clj-kondo-lsp-server-2020.11.07-standalone.jar in intellji and I'm getting other reporting for this file like (inc "broken") but not for the given malli plus example

borkdude 2020-12-04T13:33:43.064800Z

@sfyire Probably best to ask in #malli

borkdude 2020-12-04T22:59:13.065500Z

Completed the list of all available linters here: https://github.com/borkdude/clj-kondo/blob/master/doc/linters.md

😍 7
😮 4
4
2020-12-07T20:33:18.068100Z

Looks great! And now there's a place to document new ones as they are added too! Awesome