[CRIU] [PATCH v2 2/4] zdtm: flake8: add E127 to ingnore list
Mike Rapoport
mike.rapoport at gmail.com
Tue Nov 29 03:26:56 PST 2016
On Mon, Nov 28, 2016 at 6:14 PM, Adrian Reber <adrian at lisas.de> wrote:
> 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.
Yeah, it seems that at the end the patch can be safely reverted:
https://travis-ci.org/rppt/criu/builds/179672707
> Adrian
> _______________________________________________
> CRIU mailing list
> CRIU at openvz.org
> https://lists.openvz.org/mailman/listinfo/criu
--
Sincerely yours,
Mike.
More information about the CRIU
mailing list