This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-04-22
Channels
- # beginners (114)
- # boot (10)
- # cljs-dev (18)
- # clojure (57)
- # clojure-russia (12)
- # clojure-spec (2)
- # clojure-uk (1)
- # clojurescript (62)
- # cursive (49)
- # datomic (3)
- # emacs (2)
- # mount (1)
- # off-topic (25)
- # onyx (58)
- # pedestal (5)
- # re-frame (5)
- # ring-swagger (1)
- # specter (8)
- # unrepl (2)
- # untangled (4)
- # vim (10)
- # yada (39)
Will have to look at ALE, I've used Neomake a lot.
https://github.com/neomake/neomake/issues/334 neomake has thwarted my attempts at integrating it!
(it doesn't support piping the thing to be linted in via stdin, I'll add a hack for shell)
Okay. New release of clojure-check. Features real CLI parsing & other fun stuff. And it now supports Neomake out of the box (See README for minor setup instructions)
Eventually I intend to contribute the lint configs back upstream, but clojure-check is likely going to experience major changes from release to release, so the only consistent "api" I can currently provide is "it will work with these vim plugins"
That is cool. So much new stuff since I last tinkered with my Clojure setup!