tolitius / boot-check

check, analyze and inspect Clojure/Script code
Eclipse Public License 1.0
70 stars 9 forks source link

Disable generation of txt files #20

Closed binarykitchen closed 6 years ago

binarykitchen commented 6 years ago

I can see these temporary txt files in the root folder

forms-analyzed.txt forms-emitted.txt forms-read.txt

How can I configure boot-check not to generate these or at least clean them up afterwards?

voytech commented 6 years ago

It is not configurable right now. Removing these files requires introducing fix in function calling internal checker - I think eastwood. I will fix that in the very nearest future ( one of my recent commits introduced this unwanted behaviour :( )

voytech commented 6 years ago

Duplicate of #19

tolitius commented 6 years ago

fixed by #21