class documentation

Like Run, but we're using an explicitly set empty pylintrc. We don't want to use the project's pylintrc during tests, because it means that a change in our config could break tests. But we want to see if the changes to the default break tests.

Method __init__ Undocumented

Inherited from Run:

Class Variable option_groups Undocumented
Instance Variable linter Undocumented
Instance Variable verbose Undocumented
Class Variable _is_pylint_config Boolean whether or not this is a 'pylint-config' run.
Instance Variable _output Undocumented
Instance Variable _plugins Undocumented
Instance Variable _rcfile Undocumented
def __init__(self, args: Sequence[str], reporter: BaseReporter|None = None, exit: bool = True, do_exit: Any = UNUSED_PARAM_SENTINEL): (source)

Undocumented