X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=pylint.rc;h=8671ceffad80a95d2d6d9b74d8a5dd10e6c183c9;hb=refs%2Fheads%2Fpy27;hp=a5be599f9a36ac03003422d300d3f3864e1c37fd;hpb=391dcf76fefb747888a3411ae3b8df7b1ad26685;p=nfvbench.git diff --git a/pylint.rc b/pylint.rc index a5be599..8671cef 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=1000 +max-module-lines=1500 # List of optional constructs for which whitespace checking is disabled. `dict- # separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}. @@ -384,6 +384,8 @@ max-statements=50 # Minimum number of public methods for a class (see R0903). min-public-methods=0 +[ELIF] +max-nested-blocks=6 [IMPORTS]