roataway / telegram-bot

A Telegram bot for reporting ETAs for public transport in Chișinău, Moldova
http://t.me/roataway_bot
GNU Affero General Public License v3.0
13 stars 3 forks source link

Add CI to enforce some coding conventions and sanity checks #2

Closed roata closed 5 years ago

roata commented 5 years ago

Most likely it could be a mixture of pylint and black, to ensure that whoever sends pull requests will pass the minimum sanity checks, before an actual human has to look their code.

This will also help contributors help themselves

roata commented 5 years ago

The merge request that adds checks to the code was approved. The next step is to use a CI mechanism to automatically reject requests that don't meet the criteria, so contributors can get quick feedback and improve their work.

PlugaruT commented 5 years ago

I think we already have that :heavy_check_mark:

roata commented 5 years ago

Indeed.