aboutsummaryrefslogtreecommitdiffstats
path: root/pylint.rc
diff options
context:
space:
mode:
authorahothan <ahothan@cisco.com>2018-12-04 18:00:30 -0800
committerahothan <ahothan@cisco.com>2018-12-04 18:00:30 -0800
commit9a0311d631980451b5b58dab967bb12b23c67765 (patch)
tree7b965e4bf543daead241e7b44a5cff94791890eb /pylint.rc
parent5cc38f190fdd8bb61a1dd9a53a814460ae41b0e7 (diff)
NFVBENCH-115 SRIOV multi-chain with non shared networks fails
Change-Id: I5a5c271aa4f6d0f97678777965cca611c9224dac Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'pylint.rc')
-rw-r--r--pylint.rc2
1 files changed, 1 insertions, 1 deletions
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}.