https://bugzilla.wikimedia.org/show_bug.cgi?id=72697
Bug ID: 72697 Summary: Add pylint checking Product: Pywikibot Version: core (2.0) Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: tests Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: jayvdb@gmail.com Web browser: --- Mobile Platform: ---
pylint is more detailed than flake8, identifying more python stylistic issues.
As we have addressed the issues identified by flakes, it would be good to progress onto fixing pylint issues.
Ideally we add a pre-code-review pylint check to jenkins. It appears to be quite simple to do, using the jenkins plugin `violations`.
http://www.alexconrad.org/2011/10/jenkins-and-python.html http://chrigl.de/blogentries/integration-of-pylint-into-jenkins