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?
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?
No you can't, Global Evaluation is part of the reports and with --reports=n you disable all the reports .
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. :-)