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::Hint::Bearer -- Facilities for objects receiving Lintian tags

Author

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

Description

       A class for collecting Lintian tags as they are found

Instance Methods

       profile =item context_tracker
       pointed_hint (ARGS)
           Store found tags for later processing.

       hint (ARGS)
           Store found tags for later processing.

       hints

Name

       Lintian::Hint::Bearer -- Facilities for objects receiving Lintian tags

See Also

lintian(1)

Lintian v2.114.0ubuntu1.6                          2025-05-02                           Lintian::Hint::Bearer(3)

Synopsis

       use Moo; use namespace::clean;

        with('Lintian::Hint::Bearer');

See Also