summaryrefslogtreecommitdiffstats
path: root/pylint.rc
diff options
context:
space:
mode:
authorahothan <ahothan@cisco.com>2018-11-17 09:43:19 -0800
committerahothan <ahothan@cisco.com>2018-11-17 09:43:19 -0800
commit4988edf6afb74026db81677f25877b27b8fcfc05 (patch)
tree2802815fbb45ffe545331319c7e2e8fc8840254e /pylint.rc
parent9527113c350f92b2293f596b6153f9c9d626f2af (diff)
NFVBENCH-109 With EXT/No ARP/No vlan tagging, nfvbench still requires vlans to be set
Change-Id: Ie5ca9bb3ef546d47061ee54cef638aa419592ceb Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'pylint.rc')
-rw-r--r--pylint.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/pylint.rc b/pylint.rc
index 8f58824..953c7f6 100644
--- a/pylint.rc
+++ b/pylint.rc
@@ -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]