Tune in to the tools and techniques in the Elm ecosystem.
029: Writing an elm-review Rule
      
        April 26, 2021
      
      
        1:14:05
      
      
        
          71.15 MB
        
      
      
        Downloads: 0
      
    
    
      dillonkearns/elm-review-html-to-elm(elm-review version of html-to-elm.com)Elm review cli new rule command
Review context
elm-review's context is likeModel, elm-syntaxNodeis like aMsg, ReviewErrors areCmds, visitors are likeupdateelm-review's new configuration errors APIImport aliases feature:
ModuleNameLookupTableelm-reviewFixes APIJeroen's Safe Unsafe Operations blog post
Getting started
Some repos to look at for inspiration
- github.com/jfmengels/elm-review-unused
 - github.com/jfmengels/elm-review-common
 - github.com/jfmengels/elm-review-debug
 - github.com/jfmengels/elm-review-simplify
 
The elm-review package docs are very through and worth reading