Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martinsstewart/elm-review-bot

A bot that uses elm-review to find common mistakes in packages.
https://github.com/martinsstewart/elm-review-bot

bot elm elm-review

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# elm-review-bot

A bot that uses [elm-review](https://package.elm-lang.org/packages/jfmengels/elm-review/latest/) 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.