Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 493 Bytes

20210728233359-clj_kondo.org

File metadata and controls

14 lines (12 loc) · 493 Bytes

clj-kondo

Project setup

Captured on: [2021-07-19 Mon]

clj-kondo --lint "$(clojure -Spath)" --dependencies --parallel --copy-configs
clj-kondo --lint "$(lein classpath)" --dependencies --parallel --copy-configs

To lint the entire classpath to teach clj-kondo about all the libraries you are using, including Clojure and/or ClojureScript itself