Skip to content

Commit

Permalink
Remove 'inconsistent-return-statements' check from Pylint
Browse files Browse the repository at this point in the history
There are several bugs in Pylint [1] [2] affecting
'inconsistent-return-statements' check. It will be temporarily
removed.

[1] pylint-dev/pylint#1782
[2] pylint-dev/pylint#1794

JIRA: YARDSTICK-911

Change-Id: Ib655ef1befdc734c646cdfb9b48f1db0ccdf676d
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
  • Loading branch information
Rodolfo Alonso Hernandez committed Jan 3, 2018
1 parent 753e8ad commit fa3a7b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fa3a7b8

Please sign in to comment.