(classpath-config-paths? {:keys [classpath-config-paths]})
(deep-merge-considering-settings a b)
(deep-merge-considering-settings a b & more)
Deep merge a with b checking for specific keys related to clojure-lsp settings to avoid wrong duplicated values.
Deep merge a with b checking for specific keys related to clojure-lsp settings to avoid wrong duplicated values.
(get-env p)
(get-property p)
(global-cache-dir)
(global-config-file)
(local-cache-dir db)
(local-project-config-file project-root-uri)
(read-edn-file file)
(resolve-for-root project-root-uri)
(resolve-from-classpath-config-paths classpath settings)
(with-legacy-linters-kondo-config settings kondo-config)
The built-in linters used to live on kondo, to avoid breaking changes we consider kondo config settings.
The built-in linters used to live on kondo, to avoid breaking changes we consider kondo config settings.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close