![]() |
![]()
| ![]() |
![]()
NAMEPerl::Critic::Policy::Bangs::ProhibitFlagComments - Don't use XXX, TODO, or FIXME. AFFILIATIONThis Policy is part of the Perl::Critic::Bangs distribution. DESCRIPTIONProgrammers often leave comments intended to "flag" themselves to problems later. This policy looks for comments containing 'XXX', 'TODO', or 'FIXME'. CONFIGURATIONBy default, this policy only looks for 'XXX', 'TODO', or 'FIXME' in comments. You can override this by specifying a value for "keywords" in your .perlcriticrc file like this: [Bangs::ProhibitFlagComments] keywords = XXX TODO FIXME BUG REVIEW AUTHORAndrew Moore <amoore@mooresystems.com> ACKNOWLEDGMENTSAdapted from policies by Jeffrey Ryan Thalhammer <thaljef@cpan.org>, Based on App::Fluff by Andy Lester, "<andy at petdance.com>" COPYRIGHTCopyright (c) 2006-2011 Andy Lester <andy@petdance.com> and Andrew Moore <amoore@mooresystems.com>. This library is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0.
|