jfmengels / elm-review

Analyzes Elm projects, to help find mistakes before your users find them.
https://package.elm-lang.org/packages/jfmengels/elm-review/latest/
Other
252 stars 13 forks source link

Always check for fixes, even if the rule doesn't say it can provide fixes #148

Closed jfmengels closed 1 year ago

jfmengels commented 1 year ago

Fixes an issue where fixes would be not be reported when running in fix mode. Fixes the problem associated with https://github.com/SiriusStarr/SSCCE