Platform Team/Sugar Lint: Difference between revisions

Line 6: Line 6:
A set of configuration files and scripts to [http://en.wikipedia.org/wiki/Lint_%28software%29 lint] various sugar related code.
A set of configuration files and scripts to [http://en.wikipedia.org/wiki/Lint_%28software%29 lint] various sugar related code.


For python files, sugar-lint will call pylint (should be installed before) with custom configuration file and pep8.py (comes with sugar-lint sources).
During execution, sugar-lint will lint:
* python files by pylint (should be installed before) with custom configuration file and pep8.py (comes with sugar-lint sources),
* vala files by vala-indent (should be installed from http://git.sugarlabs.org/projects/vala-indent).


== Install ==
== Install ==