Fork me on GitHub
#clj-kondo
<
2022-11-29
>
practicalli-johnny12:11:59

FYI I've created a PR to update Megalinter to 2022.11.02 version of clj-kondo and update a config the automated bot has missed. https://github.com/oxsecurity/megalinter/pull/2114

👍 1
practicalli-johnny12:11:18

Normally an automated bot updates the version of clj-kondo, but one of the checks has failed. Hopefully the bot is fixed or the above PR is applied (or both)

d._.b18:11:46

Hello, by default clj-kondo (clojure-lsp) drops configuration for metosin and clj-rewrite into my .clj-kondo/ dir. What is the reason for this?

ericdallo20:11:00

clojure-lsp passes a flag for kondo to copy those configs, for clj-kondo lint macros properly

borkdude20:11:40

yes @U20LDTZBJ - so the reason is that you're using dependencies that have those configs, which makes linting work correctly out of the box when you use those libs