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?
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)
Great, I'll get right into it.
Done: https://github.com/jonase/eastwood/issues/447 Thanks for the quick reply 🙂
Just tested the http://1.4.it and works great, thanks!
Cheers! Thank you for using Eastwood.