logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Perl::Critic::TooMuchCode - perlcritic add-ons that generally check for dead code.

Author

       Kang-min Liu <gugod@gugod.org>

Description

       This add-on for Perl::Critic is aiming for identifying trivial dead code. Either the ones that has no
       use, or the one that produce no effect. Having dead code floating around causes maintenance burden. Some
       might prefer not to generate them in the first place.

License

       MIT

perl v5.36.0                                       2023-10-05                     Perl::Critic::TooMuchCode(3pm)

Name

       Perl::Critic::TooMuchCode - perlcritic add-ons that generally check for dead code.

See Also