Always skip `-main`
AndreaCrotti opened this issue · 5 comments
AndreaCrotti commented
-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.
borkdude commented
Should probably be easy to add. PR welcome.
AndreaCrotti commented
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?
borkdude commented
All the skipping logic is inside carve.
Skipping tests is done here:
Line 110 in 33b2ece
AndreaCrotti commented
Ah ok thanks I was looking for deftest and not ignore, should be easy then yeah
AndreaCrotti commented
This is now solved with #17