logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Lintian::Tag - Lintian interface to tag metadata

Author

Originally written by Russ Allbery <rra@debian.org> for Lintian.

Description

This module provides an interface to tag metadata as gleaned from the *.desc files describing the checks. It can be used to retrieve specific metadata elements or to format the tag description.

Instance Methods

name visibility check name_spaced show_always experimental explanation see_also renamed_from profile load(PATH) Loads a tag description from PATH. code() Returns the one-letter code for the tag. This will be a letter chosen from "E", "W", "I", or "P", based on the tag visibility, and other attributes (such as whether experimental is set). This code will never be "O" or "X"; overrides and experimental tags are handled separately.

Name

Lintian::Tag - Lintian interface to tag metadata

See Also

lintian(1) Lintian v2.122.0ubuntu1 2025-05-01 Lintian::Tag(3)

Synopsis

my $tag = Lintian::Tag->new;

See Also