Skip to content

Commit

Permalink
Disable critic disapproval on purge key list
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Jul 6, 2015
1 parent df50cb9 commit 8458b4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/purge.pl
Expand Up @@ -43,6 +43,7 @@ =head1 DESCRIPTION

}
elsif( $opt->list ){
## no critic (MutatingList)
print
grep { !/_cache_key_for_user/ }
map { s/\A.+:\s+\$c->add_surrogate_key\((.+?)\);\Z/$1/; $_ }
Expand Down

0 comments on commit 8458b4c

Please sign in to comment.