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

Dist::Zilla::Plugin::Test::Kwalitee - Author tests for kwalitee

Authors

       •   Marcel Gruenauer <marcel@cpan.org>

       •   Harley Pig <harleypig@gmail.com>

       •   Caleb Cushing <xenoterracide@gmail.com>

       •   Kent Fredric <kentfredric@gmail.com>

       •   Karen Etheridge <ether@cpan.org>

Configuration Options

skiptest
       The name of a kwalitee metric to skip (see the list in Test::Kwalitee.  Can be used more than once.

   filename
       The filename of the test to add - defaults to xt/release/kwalitee.t.

Contributors

       •   Marcel Gruenauer <hanekomu@gmail.com>

       •   Mike Doherty <doherty@cs.dal.ca>

       •   Graham Knop <haarg@haarg.org>

Description

       This is an extension of Dist::Zilla::Plugin::InlineFiles, providing the following file:

         xt/release/kwalitee.t - a standard Test::Kwalitee test

Name

       Dist::Zilla::Plugin::Test::Kwalitee - Author tests for kwalitee

See Also

       •   Module::CPANTS::Analyse

       •   App::CPANTS::Lint

       •   Test::Kwalitee

       •   Dist::Zilla::App::Command::kwalitee

       •   Test::Kwalitee::Extra

       •   Dist::Zilla::Plugin::Test::Kwalitee::Extra

Support

       Bugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-
       Zilla-Plugin-Test-Kwalitee>  (or  bug-Dist-Zilla-Plugin-Test-Kwalitee@rt.cpan.org <mailto:bug-Dist-Zilla-
       Plugin-Test-Kwalitee@rt.cpan.org>).

       There   is   also   a   mailing    list    available    for    users    of    this    distribution,    at
       <http://dzil.org/#mailing-list>.

       There is also an irc channel available for users of this distribution, at irc://irc.perl.org/#distzilla.

Synopsis

       In your dist.ini:

           [Test::Kwalitee]
           skiptest = use_strict ; Don't test for strictness.

Version

       version 2.12

See Also