Re: [PATCH v8 05/11] iotests: add pylintrc file

2020-03-24 Thread Max Reitz
On 17.03.20 01:40, John Snow wrote: > 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 > --- > tests/qemu-iotests/pylintrc | 22 ++ > 1 file changed, 22 insertions(+) > create

[PATCH v8 05/11] iotests: add pylintrc file

2020-03-16 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 --- tests/qemu-iotests/pylintrc | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 tests/qemu-iotests/pylintrc diff --git