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

Re-running tests but while ignoring files to notice when the rule's behavior changes with ignored files #147

Closed jfmengels closed 1 year ago

jfmengels commented 1 year ago

Fixes #146

Should we also test that the extract is still the same? And if so, should we have a function to disable only that part of the checks? Or should that be known as part of the Rule API?