X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=.pylintrc;h=78f656269c7adb0b3bac17285f759c93e26e5feb;hb=34276b464ac7a2013d292680e545d25e515bb0cd;hp=c724272204d0ff104f012232266876ec8fd96ce0;hpb=44070670c798d2cde2824f3150b2b11bf35c6319;p=yardstick.git diff --git a/.pylintrc b/.pylintrc index c72427220..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, @@ -57,6 +59,7 @@ disable= invalid-name, len-as-condition, misplaced-comparison-constant, + missing-docstring, singleton-comparison, superfluous-parens, ungrouped-imports, @@ -67,6 +70,7 @@ disable= consider-merging-isinstance, consider-using-ternary, duplicate-code, + inconsistent-return-statements, interface-not-implemented, no-else-return, no-self-use,