Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gugod/perl-critic-toomuchcode

perlcritic add-ons that generally check for dead code.
https://github.com/gugod/perl-critic-toomuchcode

perl static-analysis

Last synced: 3 months ago
JSON representation

perlcritic add-ons that generally check for dead code.

Awesome Lists containing this project

README

        

NAME

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

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.

AUTHOR

Kang-min Liu

LICENSE

MIT