Platform Team/Sugar Lint: Difference between revisions
| Line 60: | Line 60: | ||
# pep8: ignore=''code''[,''code''] | # pep8: ignore=''code''[,''code''] | ||
== Customize lint configuration == | |||
After cloning sugar-lint sources it contain default configuration files and configuration might be tuned to local need at any time. Configuration files are: | |||
* {{Code|sugar_lint/pylintrc}}<br>pylint config file; | |||
* {{Code|sugar_lint/pep8rc}}<br>pep8.py config file; | |||
* {{Code|sugar_lint/indent.pro}}<br>indent and vala-indent config file. | |||
== Getting involved == | == Getting involved == | ||