NFVBENCH-109 With EXT/No ARP/No vlan tagging, nfvbench still requires vlans to be set
[nfvbench.git] / pylint.rc
index 8f58824..953c7f6 100644 (file)
--- 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]