Search code examples
pythonpylint

Pylint only 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?


Solution

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