borkdude/carve

Always skip `-main`

AndreaCrotti opened this issue · 5 comments

-main at the moment are always marked for deletion, would be good to ignore them by default since probably you don't want to delete them.

Should probably be easy to add. PR welcome.

Yeah I was checking where the skipping of deftest was done but it's in clj-kondo right?
Skipping the -main however should be done in this project then?

All the skipping logic is inside carve.
Skipping tests is done here:

Ah ok thanks I was looking for deftest and not ignore, should be easy then yeah

This is now solved with #17