NFVBENCH-155 Add options to disable extra stats, latency stats and latency streams
[nfvbench.git] / pylint.rc
index 8f58824..8671cef 100644 (file)
--- 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}.
@@ -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]