X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=pylint.rc;fp=pylint.rc;h=8671ceffad80a95d2d6d9b74d8a5dd10e6c183c9;hb=9a0311d631980451b5b58dab967bb12b23c67765;hp=953c7f627047258598c95bfe43f836cab67fd3f8;hpb=5cc38f190fdd8bb61a1dd9a53a814460ae41b0e7;p=nfvbench.git diff --git a/pylint.rc b/pylint.rc index 953c7f6..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=1200 +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}.