Skip to content

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

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •