Lines Matching refs:check
54 check implemented by each method when paired with the checker
57 Subclasses define the method signature for the check(..) method called
60 likely those outside this base module, should not override check(..)
225 """A class to check individual actions."""
227 def check(self, action, manifest, engine):
244 "from {check} on linted action "
246 check=pkglint_id,
253 "{check} on action "
255 "{err}".format(check=pkglint_id,
264 """A class to check manifests.
327 def check(self, manifest, engine):
335 # see ActionChecker.check(..)
339 "from {check} on linted manifest "
341 check=pkglint_id,
347 "{check} on {mf}: "
348 "{err}".format(check=pkglint_id,
384 We check for manifest or action attributes set to "true" where