258586fb18
The pylint job was switched over to run under python 3, but the job is not voting and it was apparently missed that the conversion was causing it to fail. This updates the version of pylint to one that is actually supported by python 3 and makes tweaks to our script to for the minor changes between versions. Single character change to get rid of the more strict py3 regex string escape character format. Change-Id: I93124b62c5ee177815457b32f55f5453fc3d387e Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
23 lines
263 B
Plaintext
23 lines
263 B
Plaintext
/.*
|
|
!.gitignore
|
|
!.mailmap
|
|
!.stestr.conf
|
|
.*.sw?
|
|
subunit.log
|
|
*,cover
|
|
cover
|
|
covhtml
|
|
*.pyc
|
|
AUTHORS
|
|
ChangeLog
|
|
doc/build
|
|
releasenotes/build
|
|
build
|
|
dist
|
|
cinderclient/versioninfo
|
|
python_cinderclient.egg-info
|
|
|
|
# pylint files
|
|
tools/lintstack.head.py
|
|
tools/pylint_exceptions
|