[CRIU] [PATCH v2 2/4] zdtm: flake8: add E127 to ingnore list
Adrian Reber
adrian at lisas.de
Mon Nov 28 08:14:21 PST 2016
On Sun, Nov 27, 2016 at 12:52:55PM +0200, Mike Rapoport wrote:
> Make flake8 ingnore "E127: continuation line over-indented for visual
> indent".
>
> Signed-off-by: Mike Rapoport <rppt at linux.vnet.ibm.com>
> ---
> scripts/flake8.cfg | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/scripts/flake8.cfg b/scripts/flake8.cfg
> index 492129e..57d2cfd 100644
> --- a/scripts/flake8.cfg
> +++ b/scripts/flake8.cfg
> @@ -5,4 +5,5 @@
> # E251 unexpected spaces around keyword / parameter equals
> # E101 indentation contains mixed spaces and tabs
> # E126 continuation line over-indented for hanging indent
> +# E127 continuation line over-indented for visual indent
> ignore = W191,E128,E501,E251,E101,E126
Mike, I just see that you added the comment, but not the actual E127 to
the ignore list.
Adrian
More information about the CRIU
mailing list