Lines Matching defs:config
32 import pkg.lint.config
227 the pkg.lint.config.PkglintConfig defaults.
250 The config object for the engine has the following keys:
292 'verbose' overrides any log_level settings in the config file
297 we don't override the config file setting."""
355 def _load_checker_module(self, name, config):
358 assuming they haven't been excluded by the config object."""
366 base.get_checkers(sys.modules[name], config)
400 def load_config(self, config, verbose=False):
401 """Loads configuration from supplied config file, allowing
405 conf = pkg.lint.config.PkglintConfig(
406 config_file=config).config
407 except (pkg.lint.config.PkglintConfigException) as err:
446 _("Error parsing config value for "
1167 config file.