clojure-emacs / squiggly-clojure

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

Don't error when there is no nrepl active #12

Closed magnars closed 9 years ago

magnars commented 9 years ago

This passes t to the no-error flag, avoiding an error every time flycheck checks if the checker can run if there is no nrepl connection.

pnf commented 9 years ago

Good call.