could someone help me with correct :lint-as for http-kit
(with-channel request channel
....
)
which defines symbol channel
@maxp I don't think there is one. Most binding macros use vectors for their bindings
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
don’t know if that’s feasible
Clj-kondo allows you to write hooks that allows you to support basically any macro.
great! I’ll need to check it out
https://github.com/clj-kondo/clj-kondo/blob/master/doc/hooks.md
These hooks can be packaged along with your libraries so other people will automatically receive them when they lint your library