Elm-review 2.3.0 - "Just try it out"

This is an exciting release for elm-review, for both the CLI and the Elm package!

Highlights:

  • Running elm-review without configuring it
  • Being able to select which rules to run
  • Performance improvements thanks to elm-serialize
  • Having access to more data when running a rule
  • New rule to detect unused arguments of custom type constructors
18 Likes

I’m looking forward to trying this out. Having withModuleNameLookupTable seems quite handy. Previously I’ve just written rules with the assumption that the user won’t do anything unusual with module imports but now the rules I make can be more robust.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.