tags:

views:

31

answers:

2

In pylint I use this command --reports=n to disable the reports, but now I don't see the Global evaluation more.

Is possible enable only the Global evaluation?

+1  A: 

No you can't, Global Evaluation is part of the reports and with --reports=n you disable all the reports .

systempuntoout
I suspected... Thanks
Spì
A: 

As systempunttoout said, this is currently not possible. But you can ask for this on the [email protected] mailing list, and submitting a patch is a very good way of getting that feature soon. :-)

gurney alex
I've added a ticket for this on the tracker: http://www.logilab.org/37750
gurney alex