Skip to content

jfmengels/elm-review-bad-code

elm-review-bad-code

Provides elm-review rules to make Elm code worse (and maybe rules to undo the changes).

Provided rules

Configuration

module ReviewConfig exposing (config)

import NoMultipleFunctionArguments
import NoTopLevelLambdas
import Review.Rule exposing (Rule)

config : List Rule
config =
    [ NoMultipleFunctionArguments.rule
    , NoTopLevelLambdas.rule
    ]

Try it out

You can try the example configuration above out by running the following command:

elm-review --template jfmengels/elm-review-bad-code/preview

About

elm-review rules to make Elm code worse

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published