Lines Matching refs:linted
613 We allow for pkg.linted=True and pkg.linted.<name>=True, where
617 As much of the pkg.linted functionality as possible is handled
620 methods may still need to use engine.linted() or
622 manifest actions in order to properly respect pkg.linted
984 the manifest or action being linted without needing to pass
1034 self.info(_("Not running {check} checks on linted action "
1210 def linted(self, action=None, manifest=None, lint_id=None):
1211 """Determine whether pkg.linted.* flags are present on the
1213 we look for pkg.linted.<lint_id> attributes as well."""
1216 ret = base.linted(action=action, manifest=manifest,