clj-kondo

https://github.com/clj-kondo/clj-kondo
vinnyataide 2020-05-15T00:05:08.198500Z

:syntax-quote node expects 1 value.clj-kondo
what does this mean? this is the line
#(comp/transact! this `[(bump-number {})])

vinnyataide 2020-05-15T00:05:24.198700Z

the code works correctly

borkdude 2020-05-15T07:19:01.199500Z

@vinnyataide I need a full repro like:

(require '[foo :as comp])
(let [this 1]
  #(comp/transact! this `[(bump-number {})]))
Btw, that full repro works fine with clj-kondo. What version are you using?

vinnyataide 2020-05-15T23:26:59.200Z

now it fixed itself =x when I opened the project again

vinnyataide 2020-05-15T23:27:33.200800Z

but vscode is always focusing on the output tab even tho it's not showing anything meaningful

vinnyataide 2020-05-15T23:27:59.200900Z

vinnyataide 2020-05-15T23:28:13.201500Z

this always happens when I save a file, even though I'm in the terminal tab

vinnyataide 2020-05-15T23:28:26.201800Z

windows machine