Closed rafidka closed 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.
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.