This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-04-17
Channels
- # announcements (2)
- # babashka (52)
- # beginners (10)
- # calva (9)
- # cider (2)
- # clj-kondo (7)
- # clojure (63)
- # clojure-europe (26)
- # clojuredesign-podcast (5)
- # clojurescript (13)
- # datalog (2)
- # datomic (6)
- # defnpodcast (1)
- # fulcro (46)
- # incanter (4)
- # integrant (5)
- # jobs-discuss (12)
- # kaocha (1)
- # lsp (31)
- # malli (10)
- # meander (1)
- # off-topic (6)
- # podcasts-discuss (1)
- # polylith (20)
- # rewrite-clj (6)
- # shadow-cljs (23)
- # tools-deps (9)
- # xtdb (13)
- # yada (10)
$ echo 'abc/' | clj-kondo --lint -
<stdin>:1:5: error: Invalid symbol: abc/.
linting took 21ms, errors: 1, warnings: 0
Why does the error get reported at column 5 (after the slash) instead of the start of the symbol?
It causes a tiny hard-to-see squiggly line in Emacs, but I'm not sure if that's a frontend issue with flycheck-clj-kondo.ok, I'll log an issue if this isn't a design decision. Still a big improvement from the time I last updated, where it would report at the start of the file 🙂