Skip to content

A bot that uses elm-review to find common mistakes in packages.

Notifications You must be signed in to change notification settings

MartinSStewart/elm-review-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elm-review-bot

A bot that uses elm-review to find common mistakes in Elm packages.

Currently the bot only checks if there are unused dependencies but some future checks might be:

  • Check that the Elm version range in the elm.json file is valid
  • Check that packages don't depend on packages that no longer exist
  • Check that all the types used by exposed functions are also exposed
  • Detect Debug.* functions (apparently there's some bug that lets you include Debug.log in published packages)

This bot is written 100% written using Elm and is hosted with Lamdera.

About

A bot that uses elm-review to find common mistakes in packages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages