Method: pylint.config.utils._add_plugins
Calls: 8, Exceptions: 0, Paths: 1Back
Path 1: 8 calls (1.0)
_Run (8)
'copy_dummy' (4) 'importing_plugin' (1) 'dummy_plugin' (1) 'dummy_conf_plugin' (1) 'unexistant' (1)
1def _add_plugins(run: Run, value: str | None) -> None:
2 """Add plugins to the list of loadable plugins."""
3 assert value is not None
4 run._plugins.extend(utils._splitstrip(value))