Fork me on GitHub
#eastwood
<
2023-11-03
>
chronno20:11:42

Hi guys. We are currently experiencing some issues while using tagged literals from clj & cljs (via a cljc file). At the moment, eastwood is displaying the following warning: src/cljc/data_readers.cljc:1:1: no-ns-form-found: No ns form was found in file 'src/cljc/data_readers.cljc'. It will not be linted. Upon inspecting the source code for eastwood.linters.misc/no-ns-form-found-files it seems the clojure version of data readers is excluded. Is there a way to achieve the same exclusion for the cljc file by adjusting a configuration parameter?

👍 1
vemv20:11:00

I'd consider that a bug. Please create an issue so that I can share when a release is out (later today being a good moment)

chronno20:11:34

Great, I'll get right into it.

chronno20:11:22

Done: https://github.com/jonase/eastwood/issues/447 Thanks for the quick reply 🙂

🙌 1
chronno22:11:09

Just tested the http://1.4.it and works great, thanks!

vemv22:11:30

Cheers! Thank you for using Eastwood.