Fork me on GitHub
#protorepl
<
2018-03-06
>
rgdelato00:03:54

I've only used linter-joker as my Clojure linter. Anyone else?

seancorfield00:03:48

Another Joker user here. Haven't looked at linter-clojure...

mattly00:03:36

joker seems to have trouble with macros for me

mattly00:03:45

that was a while ago though, I’ll take another look

justinlee00:03:17

you do have to tell it about macros

seancorfield00:03:25

Yeah, that is a disadvantage. I've built up quite a long .joker config file 🙂

seancorfield00:03:21

How is linter-clojure by comparison? It's hard to get any sense of what it does from the repo...

mattly00:03:55

I can’t get it to deal with any failures

mattly00:03:01

it doesn’t seem to actually work

mattly00:03:29

oh right, joker doesn’t deal well with symbols introduced via :refer

seancorfield01:03:10

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.