table of contents
other versions
- buster 2.15.0
Lintian::CheckScript(3) | Debian Package Checker | Lintian::CheckScript(3) |
NAME¶
Lintian::CheckScript - Check script meta dataSYNOPSIS¶
use Lintian::CheckScript;
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_taginfo ($taginfo)
- 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)2020-03-20 | Lintian v2.57.0~bpo10+1 |