Re: [PATCH v2 07/38] qapi: add pylintrc

2020-09-24 Thread Cleber Rosa
On Wed, Sep 23, 2020 at 01:23:56PM -0400, John Snow wrote: > On 9/23/20 9:42 AM, Cleber Rosa wrote: > > On Tue, Sep 22, 2020 at 05:00:30PM -0400, John Snow wrote: > > > Using `pylint --generate-rcfile > pylintrc`, generate a skeleton > > > pylintrc file. Sections that are not presently relevant (by

Re: [PATCH v2 07/38] qapi: add pylintrc

2020-09-23 Thread John Snow
On 9/23/20 9:42 AM, Cleber Rosa wrote: On Tue, Sep 22, 2020 at 05:00:30PM -0400, John Snow wrote: Using `pylint --generate-rcfile > pylintrc`, generate a skeleton pylintrc file. Sections that are not presently relevant (by the end of this series) are removed leaving just the empty section as a s

Re: [PATCH v2 07/38] qapi: add pylintrc

2020-09-23 Thread Cleber Rosa
On Tue, Sep 22, 2020 at 05:00:30PM -0400, John Snow wrote: > Using `pylint --generate-rcfile > pylintrc`, generate a skeleton > pylintrc file. Sections that are not presently relevant (by the end of > this series) are removed leaving just the empty section as a search > engine / documentation hint

Re: [PATCH v2 07/38] qapi: add pylintrc

2020-09-22 Thread Eduardo Habkost
On Tue, Sep 22, 2020 at 05:00:30PM -0400, John Snow wrote: > Using `pylint --generate-rcfile > pylintrc`, generate a skeleton > pylintrc file. Sections that are not presently relevant (by the end of > this series) are removed leaving just the empty section as a search > engine / documentation hint

[PATCH v2 07/38] qapi: add pylintrc

2020-09-22 Thread John Snow
Using `pylint --generate-rcfile > pylintrc`, generate a skeleton pylintrc file. Sections that are not presently relevant (by the end of this series) are removed leaving just the empty section as a search engine / documentation hint to future authors. Right now, quite a few modules are ignored as t