Lines Matching refs:linted
324 if engine.linted(action=a, manifest=manifest,
337 key.startswith("pkg.linted"):
355 if engine.linted(action=a,
514 if engine.linted(action=a, manifest=manifest,
610 if engine.linted(action, lint_id=missing_id):
614 if engine.linted(action, lint_id=diff_id):
620 allowing for pkg.linted values matching lint_id."""
630 if engine.linted(ac, lint_id=lint_id):
682 if not engine.linted(ac, lint_id=types_id):
1273 repository being linted or referenced.
1424 def linted(self, action, manifest, engine, pkglint_id="008"):
1426 pkg.linted* attributes set on this action.
1429 pkg.linted values to manifests that don't really need them."""
1433 if key.startswith("pkg.linted")]
1436 engine.info(_("pkg.linted attributes detected for "
1437 "{pkg} {action}: {linted}").format(
1440 linted=", ".join(["{0}={1}".format(key, val)
1445 linted.pkglint_desc = _("Show actions with pkg.linted attributes.")