Fork me on GitHub
#clj-kondo
<
2023-02-13
>
ingesol12:02:53

Is there a way to declare a minimum version of clj-kondo for a certain config? Right now we are facing issues with using some more recent features, and some of our devs are getting linter errors because their client does not know of those features.

borkdude12:02:06

not currently, but can be done. issue welcome

borkdude12:02:27

what do you expect: should clj-kondo error, or emit a warning, as a lint warning or so? (last seems best to me)

ingesol12:02:00

I guess running with an outdated client should be allowed, blocking that seems pretty intrusive?

ingesol12:02:17

I’ll make an issue