Remove 'inconsistent-return-statements' check from Pylint 47/49947/1
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Wed, 3 Jan 2018 16:08:51 +0000 (16:08 +0000)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Wed, 3 Jan 2018 16:19:33 +0000 (16:19 +0000)
There are several bugs in Pylint [1] [2] affecting
'inconsistent-return-statements' check. It will be temporarily
removed.

[1] https://github.com/PyCQA/pylint/issues/1782
[2] https://github.com/PyCQA/pylint/issues/1794

JIRA: YARDSTICK-911

Change-Id: Ib655ef1befdc734c646cdfb9b48f1db0ccdf676d
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
.pylintrc

index f8a60a6..f5dd776 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -69,6 +69,7 @@ disable=
  consider-merging-isinstance,
  consider-using-ternary,
  duplicate-code,
+ inconsistent-return-statements,
  interface-not-implemented,
  no-else-return,
  no-self-use,