brcosta / clj-extras-plugin

Clojure Extras IntelliJ Plugin
https://plugins.jetbrains.com/plugin/18108-clojure-extras/
Apache License 2.0
56 stars 12 forks source link

clj-kondo integration #2

Closed borkdude closed 2 years ago

borkdude commented 2 years ago

Currently clj-kondo, a linter for Clojure, offers integration with Cursive/IntelliJ via the File Watcher and LSP plugin:

https://github.com/clj-kondo/clj-kondo/blob/master/doc/editor-integration.md#intellij-idea

It could be interesting to run clj-kondo when editing files and provide the diagnostics via the clj-stuff-plugin perhaps?