Re: [ovs-dev] [PATCH] python: Ignore all D,H warnings from flake8.

2016-01-06 Thread Russell Bryant
On 01/06/2016 01:08 PM, Ben Pfaff wrote: > On Wed, Jan 06, 2016 at 11:53:10AM -0500, Russell Bryant wrote: >> A previous patch added the list of warnings emitted by the docstrings >> and hacking plugins for flake8. Switch to ignoring all warnings from >> those plugins. We can use --select to enab

Re: [ovs-dev] [PATCH] python: Ignore all D,H warnings from flake8.

2016-01-06 Thread Ben Pfaff
On Wed, Jan 06, 2016 at 11:53:10AM -0500, Russell Bryant wrote: > A previous patch added the list of warnings emitted by the docstrings > and hacking plugins for flake8. Switch to ignoring all warnings from > those plugins. We can use --select to enable specific ones that we want > if needed late

[ovs-dev] [PATCH] python: Ignore all D,H warnings from flake8.

2016-01-06 Thread Russell Bryant
A previous patch added the list of warnings emitted by the docstrings and hacking plugins for flake8. Switch to ignoring all warnings from those plugins. We can use --select to enable specific ones that we want if needed later on. Signed-off-by: Russell Bryant --- Makefile.am | 2 +- 1 file ch