From: Jeffrey Ryan Thalhammer Date: Mon, 24 Nov 2008 05:04:45 +0000 (+0000) Subject: Now that we have ProhibitUselessNoCritic, we can X-Git-Tag: v1.093_03~23 X-Git-Url: https://git.haarg.org/gknop/Perl-Critic.git/commitdiff_plain/4e8969da03c64123ab2b264af94564548cf6d8e6?ds=sidebyside Now that we have ProhibitUselessNoCritic, we can scratch one more item off the TODO list! --- diff --git a/TODO.pod b/TODO.pod index ddc1ba8..6473f48 100644 --- a/TODO.pod +++ b/TODO.pod @@ -114,22 +114,6 @@ sharing model, this shouldn't be an issue. =item * Add support in .run files for regexes for violation descriptions. -=item * Add an "inverse mode": complain about "## no critic" that doesn't eliminate any violations. - -L. - -I - -I - -In order to allow people to get rid of "## no critic" markers, create a mode -that tells them which markers don't actually hide any violations. - =back