From 9a0311d631980451b5b58dab967bb12b23c67765 Mon Sep 17 00:00:00 2001 From: ahothan Date: Tue, 4 Dec 2018 18:00:30 -0800 Subject: NFVBENCH-115 SRIOV multi-chain with non shared networks fails Change-Id: I5a5c271aa4f6d0f97678777965cca611c9224dac Signed-off-by: ahothan --- pylint.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pylint.rc') 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}. -- cgit 1.2.3-korg