Skip to content

ContaSystemer/elm-review-no-regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

review-no-regex

Provides elm-review rule to favor Parser package instead of Regex package.

Regex package provides good reasoning on why it's better to use Parser package.

Usage

After adding elm-review to your project, import this rule to ReviewConfig.elm file and add it to the config.

Example configuration

import NoRegex
import Review.Rule exposing (Rule)

config : List Rule
config =
    [ NoRegex.rule ]

About

elm-review rule to forbid regex usage

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages