I've only used linter-joker as my Clojure linter. Anyone else?
Another Joker user here. Haven't looked at linter-clojure...
joker seems to have trouble with macros for me
that was a while ago though, I’ll take another look
you do have to tell it about macros
Yeah, that is a disadvantage. I've built up quite a long .joker
config file 🙂
How is linter-clojure
by comparison? It's hard to get any sense of what it does from the repo...
I can’t get it to deal with any failures
it doesn’t seem to actually work
oh right, joker doesn’t deal well with symbols introduced via :refer
I don't use :refer
much (partly because of that and partly because I just find it makes code opaque). I only use it for introducing names that look weird with a prefix.