Re: [code-quality] disable=all from a pylintrc file?

2014-06-10 Thread Sylvain Thénault
On 09 juin 19:52, Brett Cannon wrote: > I'm trying to whitelist checkers from a pylintrc file for pylint, but when > I have: > > [MESSAGES CONTROL] > disable=all > enable=old-style-class > > nothing is outputted. When I comment out the `disable` line then everything > is outputted. And if I

Re: [code-quality] disable=all from a pylintrc file?

2014-06-10 Thread Brett Cannon
On Tue Jun 10 2014 at 4:17:38 AM, Sylvain Thénault < [email protected]> wrote: > On 09 juin 19:52, Brett Cannon wrote: > > I'm trying to whitelist checkers from a pylintrc file for pylint, but > when > > I have: > > > > [MESSAGES CONTROL] > > disable=all > > enable=old-style-class