cjlucas / ralph

A bot for developers
0 stars 0 forks source link

Raise compiler errors when bot configuration is invalid #5

Open cjlucas opened 4 years ago

cjlucas commented 4 years ago

Ideally we would raise a compiler error if the bot is misconfigured in some way. Here's a few things we could raise errors on:

cjlucas commented 4 years ago

The above examples are enough to mark this ready for dev. This is mostly about understanding the limitations (if any) and setting up a simple system for raising compiler errors.