NoahTheDuke / splint

A Clojure linter focused on style and code shape.
https://cljdoc.org/d/io.github.noahtheduke/splint/
Mozilla Public License 2.0
115 stars 2 forks source link

Auto-fix found problems #7

Closed SmetDenis closed 1 month ago

SmetDenis commented 9 months ago

Good afternoon, @NoahTheDuke

First of all I want to say thank you so much for your hard work! I came here by chance through a link from kibit (I guess it was your project too).

In kibit I really liked the possibility of automatic replacement with the --replace flag.

Can you tell me if you plan to add this feature to splint?

Thank you in advance.

PS Maybe I didn't read the documentation well.

NoahTheDuke commented 9 months ago

Thanks for the kind words!

You didn't miss anything, Splint currently doesn't have any sort of replacement capabilities. I've experimented with adding them in the past but was dissatisfied by the results. Maybe now's a good time to try again.

SmetDenis commented 9 months ago

Thank you. I'll look forward to any experiments you may have. Replacing it all manually is a big hassle :)