Export the Pylint results via pylint.out 63/35463/3
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 28 May 2017 08:43:02 +0000 (10:43 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 28 May 2017 10:45:12 +0000 (12:45 +0200)
commit40f255a466c3a11f3b7572724c24ab5d870755ce
tree44aa174a7f2144015c729e18696dc0e7c2155df5
parentf9a37193d349217614e5953d5eae9cef4a287af1
Export the Pylint results via pylint.out

It allows integrating Pylint with Jenkins (pylint.out can be defined
as the "XML filename pattern" after installing the Violations plugin
[1]).

It's considered as fine to locally disable warnings such as docstrings
in unit tests. No pylint rcfile is defined for only two options.

Tox still prints the partial results in console to be interpreted by
users. The persistent flag is removed to conform with nosetests args.

[1] https://wiki.jenkins-ci.org/display/JENKINS/Violations

Change-Id: I21662b27c8e4b61e65c4c3f5aab968e3e7dd6d90
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
.gitignore
tox.ini