summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLuigi Toscano <ltoscano@redhat.com>2021-02-19 17:30:14 +0100
committerLuigi Toscano <ltoscano@redhat.com>2021-02-19 17:30:14 +0100
commit755dabdc92ebd848e6ba786f8a89f2f3dbdcc3db (patch)
treef0678d3e790fa726c97d48e19af44848dbb855bb /tools
parent7e3566ed04c8f664f6e1df0614499989f6b3560a (diff)
downloadpython-cinderclient-755dabdc92ebd848e6ba786f8a89f2f3dbdcc3db.tar.gz
Bump pylint to 2.6.0
The current version does not work anymore with the current testing stack. Due to the bump, the wrapper needed a few changes (maybe it could be dropped at some point? Version 2.3.0 (used by cinder right now) was considered too, but it requires a specific version of isort: https://github.com/PyCQA/isort/issues/1273 Change-Id: I07fa32e7f49bde041d101a2d09860d0bc27acda0
Diffstat (limited to 'tools')
-rwxr-xr-xtools/lintstack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lintstack.py b/tools/lintstack.py
index 1ae34d7..2697776 100755
--- a/tools/lintstack.py
+++ b/tools/lintstack.py
@@ -153,7 +153,7 @@ def run_pylint():
args = [
"--msg-template='{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}'",
"-E", "cinderclient"]
- lint.Run(args, reporter=reporter, exit=False)
+ lint.Run(args, reporter=reporter, do_exit=False)
val = buff.getvalue()
buff.close()
return val