Re: [PATCH v3 07/15] python: move pylintrc into setup.cfg

2020-10-28 Thread Cleber Rosa
On Tue, Oct 20, 2020 at 03:35:47PM -0400, John Snow wrote: > Delete the empty settings now that it's sharing a home with settings for > other tools. > > pylint can now be run from this folder as "pylint qemu". > Signed-off-by: John Snow > --- Reviewed-by: Cleber Rosa Tested-by: Cleber Rosa s

[PATCH v3 07/15] python: move pylintrc into setup.cfg

2020-10-20 Thread John Snow
Delete the empty settings now that it's sharing a home with settings for other tools. pylint can now be run from this folder as "pylint qemu". Signed-off-by: John Snow --- python/qemu/machine/pylintrc | 58 python/setup.cfg | 29 ++