Fork me on GitHub
#clj-kondo
<
2024-05-21
>
borkdude13:05:57

hopefully a new release this week. be sure to enable {:linters {:redundant-str-call {:level :warning}}} to find redundant str calls in your code :) you might want to give the master version a try already if you're able to

❤️ 5
dominicm13:05:56

What's the best way to report missing documentation? https://github.com/clj-kondo/clj-kondo/issues/1790 doesn't appear to have been documented 😄

borkdude13:05:18

Have you checked config.md?

dominicm13:05:02

(specifically :file-pattern)

borkdude13:05:37

true, that does seem to be missing. PR welcome then! :-D

borkdude14:05:24

Thanks, merged!