jfmengels / elm-review-simplify

Provides elm-review rules to simplify your Elm code
https://package.elm-lang.org/packages/jfmengels/elm-review-simplify/latest/
BSD 3-Clause "New" or "Revised" License
19 stars 9 forks source link

Qualified fn module generation #239

Closed lue-bird closed 1 year ago

lue-bird commented 1 year ago

I've looked through the leftover tuples and none of them were e.g. misspelled fns, so the rule seems to have caught everything.

If you think anything could be improved, like adding doc comments for the declarations and/or module, leave a comment.

github-actions[bot] commented 1 year ago

The branch can be tried out by running:

elm-review --template jfmengels/elm-review-simplify/preview
jfmengels commented 1 year ago

The #237 branch had conflicts so I had to rebase both branches and force push onto your branch. So please pull the changes before you make new commits.