hadithhouse / HadithHouseApi

Backend for Hadith House
http://www.hadithhouse.net/
MIT License
3 stars 3 forks source link

Use pylint in build #364

Closed rafidka closed 6 years ago

rafidka commented 6 years ago

To make sure that code not styled correctly doesn't get into the repository, I would like to add pylint to the build process so build fails if there are style warnings.

rafidka commented 6 years ago

All Python files directly under the hadiths/ folder are now under the inspection of pylint. Any new file added to this folder will also be automatically. But if new folders are created, then they will have to be added to the list of folders to be inspected for errors.