Re: [PATCH v9 05/14] iotests: add pylintrc file

2020-03-30 Thread John Snow
On 3/30/20 11:49 AM, Kevin Wolf wrote: > Am 25.03.2020 um 00:20 hat John Snow geschrieben: >> This allows others to get repeatable results with pylint. If you run >> `pylint iotests.py`, you should see a 100% pass. >> >> Signed-off-by: John Snow >> Reviewed-by: Max Reitz > > I see you said "s

Re: [PATCH v9 05/14] iotests: add pylintrc file

2020-03-30 Thread John Snow
On 3/30/20 10:45 AM, Markus Armbruster wrote: > John Snow writes: > >> This allows others to get repeatable results with pylint. If you run >> `pylint iotests.py`, you should see a 100% pass. > > Nice. > >> >> Signed-off-by: John Snow >> Reviewed-by: Max Reitz >> --- >> tests/qemu-iotests

Re: [PATCH v9 05/14] iotests: add pylintrc file

2020-03-30 Thread Kevin Wolf
Am 25.03.2020 um 00:20 hat John Snow geschrieben: > This allows others to get repeatable results with pylint. If you run > `pylint iotests.py`, you should see a 100% pass. > > Signed-off-by: John Snow > Reviewed-by: Max Reitz I see you said "should" and not "will", but I still get two warnings:

Re: [PATCH v9 05/14] iotests: add pylintrc file

2020-03-30 Thread Markus Armbruster
John Snow writes: > This allows others to get repeatable results with pylint. If you run > `pylint iotests.py`, you should see a 100% pass. Nice. > > Signed-off-by: John Snow > Reviewed-by: Max Reitz > --- > tests/qemu-iotests/pylintrc | 22 ++ > 1 file changed, 22 insert

[PATCH v9 05/14] iotests: add pylintrc file

2020-03-24 Thread John Snow
This allows others to get repeatable results with pylint. If you run `pylint iotests.py`, you should see a 100% pass. Signed-off-by: John Snow Reviewed-by: Max Reitz --- tests/qemu-iotests/pylintrc | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 tests/qemu-iote