Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gugod/perl-critic-toomuchcode
- Owner: gugod
- License: other
- Created: 2018-01-24T08:02:08.000Z (almost 7 years ago)
- Default Branch: fun
- Last Pushed: 2024-03-25T12:07:46.000Z (10 months ago)
- Last Synced: 2024-06-18T15:31:35.082Z (7 months ago)
- Topics: perl, static-analysis
- Language: Perl
- Homepage:
- Size: 188 KB
- Stars: 7
- Watchers: 4
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
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