clojure-emacs / squiggly-clojure

Flycheck checker for Clojure, using eastwood and core.typed.
GNU General Public License v3.0
204 stars 25 forks source link

Boot configuration? #26

Closed emacswatcher closed 8 years ago

emacswatcher commented 9 years ago

Is it possible to use squiggly on projects that use Boot instead of Lein? If so, can some kind person provide an example config?

pnf commented 9 years ago

The format for declaring dependencies in Boot is essentially the same, so I don't think you'll need help with that. If you want to use environ, its README explains everything you need to know.