cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
Endre Bakken Stovner 2021-06-25T15:12:42.175500Z

Are there any linters that can help me catch stupid errors like these:

(swap! my-map key val) ;; missing assoc in pos 2!

tvaughan 2021-06-28T12:54:08.205800Z

https://github.com/jonase/eastwood

tvaughan 2021-06-28T12:55:36.206100Z

https://github.com/jonase/kibit (sort of)

tvaughan 2021-06-28T12:56:25.206400Z

The current momentum definitely favors clj-kondo