diff options
author | ahothan <ahothan@cisco.com> | 2018-12-04 18:00:30 -0800 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2018-12-04 18:00:30 -0800 |
commit | 9a0311d631980451b5b58dab967bb12b23c67765 (patch) | |
tree | 7b965e4bf543daead241e7b44a5cff94791890eb /pylint.rc | |
parent | 5cc38f190fdd8bb61a1dd9a53a814460ae41b0e7 (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.rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}. |