This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-12-24
Channels
- # adventofcode (6)
- # announcements (4)
- # aws (21)
- # babashka (36)
- # beginners (58)
- # calva (3)
- # cider (2)
- # clj-kondo (21)
- # clojars (3)
- # clojure (35)
- # clojure-dev (4)
- # clojure-europe (5)
- # clojure-nl (8)
- # clojure-uk (8)
- # clojuredesign-podcast (7)
- # clojurescript (10)
- # core-async (3)
- # data-science (2)
- # datomic (2)
- # defnpodcast (11)
- # duct (4)
- # figwheel-main (1)
- # fulcro (34)
- # graalvm (12)
- # graphql (4)
- # joker (14)
- # kaocha (1)
- # midje (1)
- # off-topic (5)
- # pedestal (1)
- # re-frame (3)
- # reagent (4)
- # reitit (1)
- # shadow-cljs (4)
- # testing (12)
hi everyone, sometimes I have the following issue
Suspicious state from syntax checker clj-kondo-clj: Flycheck checker clj-kondo-clj returned non-zero exit code 3, but its output contained no errors: <stdin>::: error: Insufficient input.
linting took 22ms, errors: 1, warnings: 0
Try installing a more recent version of clj-kondo-clj, and please open a bug report if the issue persists in the latest release. Thanks!
@fmnoise Co-incidentally I just fixed a similar problem. Could you post your entire file or narrowed down file that still produces this error?
@borkdude it's closed-source but I'll try to find minimal reproducible piece which causes that error and will back to you with results
@fmnoise Made an issue for it here: https://github.com/borkdude/clj-kondo/issues/677 I'll fix it soon