Add some more flake8 types to ignore list to fix the compilation errors
authorNuman Siddique <nusiddiq@redhat.com>
Wed, 6 Jan 2016 11:29:15 +0000 (16:59 +0530)
committerRussell Bryant <russell@ovn.org>
Wed, 6 Jan 2016 15:13:20 +0000 (10:13 -0500)
commit007ec24d2f5d869a8449bbf12ecf9a341dd88d4d
treee521b2ed35d5a23dbc18816884dfba7d56fdf49b
parent85b9cb2edce83d43bd15bedde5a0ed46efb8071e
Add some more flake8 types to ignore list to fix the compilation errors

with the flake8 check enabled, ovs compilation is failing. This
patch adds few more flake8 types to the igore list.  These warnings
come from the hacking and docstrings flake8 plugins.

Signed-off-by: Numan Siddique <nusiddiq@redhat.com>
[russell@ovn.org added comments, also ignore W503]
Signed-off-by: Russell Bryant <russell@ovn.org>
Makefile.am