eastwood

chronno 2023-11-03T20:00:42.997239Z

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
vemv 2023-11-03T20:04:00.175319Z

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)

chronno 2023-11-03T20:04:34.839479Z

Great, I'll get right into it.

chronno 2023-11-03T20:19:22.842439Z

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

🙌 1
chronno 2023-11-03T22:47:09.042669Z

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

vemv 2023-11-03T22:47:30.546789Z

Cheers! Thank you for using Eastwood.