Skip to content

Instantly share code, notes, and snippets.

@divs1210
Last active January 26, 2023 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save divs1210/0128e343e704d85feac800703b8dc4d9 to your computer and use it in GitHub Desktop.
Save divs1210/0128e343e704d85feac800703b8dc4d9 to your computer and use it in GitHub Desktop.
clj-kondo-lein
# copy libraries' configs
clj-kondo --lint "$(lein classpath)" --dependencies --parallel --copy-configs
;; export current ns types
;; (require '[malli.clj-kondo :as mc])
;; (-> (mc/collect *ns*) (mc/linter-config))
((requiring-resolve 'malli.clj-kondo/emit!))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment