Today it's clj-kondo's 2nd birthday!
@borkdude I am using clj-kondo with joy as a library in test-doc-blocks. I am parsing docstrings for markdown code blocks to convert to tests. My brain was getting a sprain when dealing with kondo analysis for :doc
and I suspect that https://github.com/clj-kondo/clj-kondo/blob/374094a1776878ec4b5079869e7f13e3f7c1ad20/src/clj_kondo/impl/utils.clj#L161 correctly. For example if I have a docstring "A little function went to the \"store\"
kondo :doc
is giving me "A little function went to the \\\"store\\\""
.
@lee Issue + fix welcome!
will do sometime today