Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/pylint.rc
Commit message (Collapse)AuthorAgeFilesLines
* Update Pylint configuration fileArthur de Jong2023-06-171-46/+1
| | | | | Some options do not appear to be present in Pylint 2.16.2 but this used to work in version 1.9.4 (this config works with both versions).
* Fix pylint config for newer versions of pylintArthur de Jong2022-08-271-1/+1
| | | | | Apparently newer versions of pylint parse the evaluation option differently.
* Run pylint as a testArthur de Jong2013-08-181-0/+235
This runs a somewhat limited pylint run against the source files. It should at least catch some issues.