Scroll to navigation

Lintian::Check::Info(3) Debian Package Checker Lintian::Check::Info(3)

NAME

Lintian::Check::Info - Check script meta data

SYNOPSIS

 use Lintian::Check::Info;

DESCRIPTION

This class represents Lintian checks.

CLASS METHODS

"basedir"
name
module
type
type_table
tag_table
load
$cs->is_check_type ($type)
Returns a truth value if this check can be applied to a $type package.

Note if $cs->type return undef, this will return a truth value for all inputs.

$cs->add_tag ($tag)
Associates a tag as issued by this check.
$cs->get_tag ($tagname)
Return the tag or undef (if the tag is not in this check).
$cs->tags
Returns the list of tag names in the check. The list nor its contents should be modified.
$cs->run_check ($proc, $group)

AUTHOR

Originally written by Niels Thykier <niels@thykier.net> for Lintian.

SEE ALSO

lintian(1)
2021-02-01 Lintian v2.104.0~bpo10+1