X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=nfvbench.git;a=blobdiff_plain;f=pylint.rc;h=c54981fbf78c48952d6b911f169b48277313b5d4;hp=09324be4495aedeadb32aba8b5a0611421935c4f;hb=423f360415e2834dd8de065434023b822e2ca3f8;hpb=ae838f98fa020d0ad0aa37ab58e02456889c3375 diff --git a/pylint.rc b/pylint.rc index 09324be..c54981f 100644 --- a/pylint.rc +++ b/pylint.rc @@ -197,7 +197,7 @@ indent-string=' ' max-line-length=100 # Maximum number of lines in a module -max-module-lines=1500 +max-module-lines=1600 # List of optional constructs for which whitespace checking is disabled. `dict- # separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}. @@ -361,7 +361,7 @@ max-args=12 max-attributes=32 # Maximum number of boolean expressions in a if statement -max-bool-expr=5 +max-bool-expr=6 # Maximum number of branch for function / method body max-branches=30