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.