Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_pylint.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix running pylint on distcheckArthur de Jong2018-02-171-4/+9
| | | | | This sets PYTHONPATH so that both the source and build directories are used to find constants.py.
* Run pylint as a testArthur de Jong2013-08-181-0/+57
This runs a somewhat limited pylint run against the source files. It should at least catch some issues.