Scroll to navigation

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

NAME

Lintian::Check -- Common facilities for Lintian checks

SYNOPSIS

 use Moo;
 use namespace::clean;

 with('Lintian::Check');

DESCRIPTION

A class for collecting Lintian tags as they are issued

INSTANCE METHODS

processable
Get processable underlying this check.
group
Get group that the processable is in.
info
Check::Info structure for this check.
visit_files
run
Run the check.
hint
Tag the processable associated with this check

AUTHOR

Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.

SEE ALSO

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