noyainrain / wall

Digital wall (display) that can be controlled remotely, for example via mobile or tablet.
9 stars 4 forks source link

Add code quality checks #183

Open noyainrain opened 9 years ago

noyainrain commented 9 years ago

Include a linter and/or style checker into the developer toolchain. The goal is to enhance code quality and ease code reviews by:

Add a check.py script with a return code of 0 if the unit tests and linting succeed, 1 otherwise.

noyainrain commented 9 years ago

=> Pylint

noyainrain commented 9 years ago

Also include regular expression checks, that can be applied to all text files.

noyainrain commented 9 years ago

For now, checks are only applied to a subset of the project. To complete this issue, include the whole code base.