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
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