I just released a large release for elm-review. I decided to split the announcement into 2 parts. This first part focuses on the large performance improvements done to elm-review’s automatic fix feature.
I hope you’ll enjoy the changes as much as I will!
With the massive speed improvements I put in some work to have us running more rules at work. I can say that it’s been quite easy so far to delete thousands of lines of code without worry or issue.
@dta I agree with your general procedure, but I would like to know which pain-point you’re having with elm-review in what you’re describing. I don’t feel like this is a problem for me, so I’d be curious to know.
You can enable rules one at a time. Especially for rules that provide fixes, doing this with --fix-all should be quite straightforward. For rules that don’t provide fixes, elm-review suppress --help can be quite helpful, though it will obviously require some manual work.