Fork me on GitHub
#beginners
<
2022-10-26
>
Pedro Delfino12:10:11

Hi, I posted this question on Stack Overflow and someone said that it would be better to post it on Clojurians. Hence, this is what I am doing. Seems like a nice community! This is my first post, I am open to feedback for future posts: https://stackoverflow.com/questions/74200566/is-there-an-overlap-between-cljfmt-and-clojure-kondo?noredirect=1#comment131015470_74200566

borkdude12:10:51

@p.delfino01 clj-kondo doesn't fix anything automatically, but clojure-lsp can do that for you based on what clj-kondo finds. it also has integration with cljfmt I think

👍 1
Pedro Delfino12:10:50

Thank you! I will post your answer on Stack Overflow giving proper credit.

borkdude12:10:11

but to answer directly: no, there aren't any conflicts between cljfmt and clj-kondo

👍 1
Ben Lieberman16:10:13

Is there a way to add Maven plugins to a deps.edn? In the deps guide I'm seeing this "classifier" modifier like so "groupId/artifactId$classifier", is this what I need?

ghadi16:10:46

No, maven is only used for slurping dependencies

ghadi16:10:42

Classifiers are a variant of a dependency, unrelated to plugin stuff

👍 1
Alex Miller (Clojure team)16:10:19

if there's a specific need you're looking to fill from a Maven plugin, you can ask in #C6QH853H8, maybe there's something equivalent