Fork me on GitHub
#clj-kondo
<
2021-06-14
>
maxp05:06:57

could someone help me with correct :lint-as for http-kit

(with-channel request channel
   ....
)
which defines symbol channel

borkdude08:06:43

@maxp I don't think there is one. Most binding macros use vectors for their bindings

tatut08:06:39

I’ve had similar problems with my own macros as well… if you could give a clojure expression to get the symbols, that would be great

tatut08:06:12

don’t know if that’s feasible

borkdude08:06:03

Clj-kondo allows you to write hooks that allows you to support basically any macro.

tatut08:06:35

great! I’ll need to check it out

borkdude08:06:47

These hooks can be packaged along with your libraries so other people will automatically receive them when they lint your library