Fork me on GitHub
#emacs
<
2017-05-04
>
ag00:05:48

anyone using flycheck-joker in Clojurescript files? how can I tone it down? it’s a bit crazy, reporting too many things of error

ag00:05:01

so for example if I have a piece of CLJS like this:

(defui Wrapper
  static om/IQuery
  (query [this] [(om/get-query navbar/TopNavbar)])
  Object
  (render
.......
it complains that unable to resolve symbols: Wrapper static query Object and render. I tried adding those to :known-macros in ~/.joker file - but it didn’t work

ag00:05:00

oh, actually I think it worked… I needed to add om.next/defui to known-macros

sound2gd02:05:31

@codeasone meghanada-emacs didn’t work in large code base…it just crash….

codeasone16:05:35

@sound2gd 😞 I only used it for a tiny program to reproduce an issue I was facing with a Java library, sorry it didn't work out for you and thanks for letting me know