Skip to content

Repository files navigation

elm-review-no-missing-type-constructor

Provides elm-review rules to detect missing type constructors. Shamefully stolen from this gist.

Provided rules

Configuration

module ReviewConfig exposing (config)

import NoMissingTypeConstructor
import Review.Rule exposing (Rule)

config : List Rule
config =
    [ NoMissingTypeConstructor.rule
    ]

Try it out

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

elm-review --template Arkham/elm-review-no-missing-type-constructor/example

About

elm-review rule to detect missing type constructors

Resources

Stars

7 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages