Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/martinsstewart/elm-review-bot
- Owner: MartinSStewart
- Created: 2021-03-13T16:27:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-16T14:29:03.000Z (over 2 years ago)
- Last Synced: 2023-03-10T08:13:33.139Z (over 1 year ago)
- Topics: bot, elm, elm-review
- Language: Elm
- Homepage:
- Size: 832 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.