Fork me on GitHub
#clj-kondo
<
2019-11-12
>
borkdude09:11:11

Anyone wants to help debug a problem with IntelliJ LSP support? https://github.com/gtache/intellij-lsp/issues/118

👍 4
fiddlerwoaroof23:11:21

I came across something that should probably be caught by a linter:

(defn foo [{:as bar}] ...)
should just be
(defn foo [bar])

👍 20