This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-03
Channels
- # announcements (55)
- # babashka (14)
- # beginners (49)
- # biff (9)
- # calva (73)
- # cider (14)
- # clerk (8)
- # clj-kondo (6)
- # clojure (92)
- # clojure-dev (4)
- # clojure-europe (18)
- # clojure-norway (62)
- # clojure-uk (5)
- # clojuredesign-podcast (4)
- # clojurescript (34)
- # cursive (40)
- # data-science (4)
- # datomic (5)
- # dev-tooling (1)
- # eastwood (6)
- # emacs (107)
- # figwheel-main (9)
- # fulcro (13)
- # gratitude (9)
- # hyperfiddle (5)
- # introduce-yourself (2)
- # off-topic (45)
- # overtone (23)
- # portal (5)
- # releases (3)
- # shadow-cljs (6)
- # specter (1)
- # squint (32)
- # timbre (4)
- # vscode (2)
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)
Just tested the http://1.4.it and works great, thanks!