-
Committer:
Scott Moser
-
Date:
2016-01-07 18:46:41 UTC
-
mfrom:
(333.1.3 trunk.pylint)
-
Revision ID:
smoser@ubuntu.com-20160107184641-q9anzzstqk1016d9
add running of pylint for python27 and python34
This adds the running of pylint in '--errors-only' mode for both python27
and python34. pylint is very verbose, but in --errors-only mode, it
will catch bad many errors that would not be caught by flake8 without
unnecessary noise.
It finds a couple legitimate issues, and I've included fixes here for
those.
There is one work around for an issue i opened at
https://github.com/PyCQA/pylint/issues/769