Rework TestSampleVnf
[yardstick.git] / .pylintrc
index cc09592..78f6562 100644 (file)
--- 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,