X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=.pylintrc;h=78f656269c7adb0b3bac17285f759c93e26e5feb;hb=60e5897ff933dca95362da14c7fdc3e83c5fe02d;hp=cc09592ab23466db0f37f3d2cde303b9c9f840be;hpb=a55aa99ae1df1f01abd4f9a9765c136c665772bf;p=yardstick.git diff --git a/.pylintrc b/.pylintrc index cc09592ab..78f656269 100644 --- a/.pylintrc +++ b/.pylintrc @@ -36,11 +36,13 @@ disable= dangerous-default-value, deprecated-lambda, expression-not-assigned, + fixme, global-statement, literal-comparison, no-init, non-parent-init-called, not-callable, + protected-access, redefined-builtin, redefined-outer-name, signature-differs, @@ -68,6 +70,7 @@ disable= consider-merging-isinstance, consider-using-ternary, duplicate-code, + inconsistent-return-statements, interface-not-implemented, no-else-return, no-self-use,