From 175d6f9b269c6b03ddc800fc824dc6b534b54cab Mon Sep 17 00:00:00 2001 From: Greg Date: Tue, 2 Jun 2009 21:00:12 -0400 Subject: More Perl::Critic tweaks --- check_postgres.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'check_postgres.pl') diff --git a/check_postgres.pl b/check_postgres.pl index a3c60b3e1..3725c4374 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -4262,10 +4262,10 @@ sub check_same_schema { push @{$filter{"no${type}_regex"}} => $1; } } - if ($phrase =~ /^noposition$/io) { + if ($phrase =~ /^noposition$/io) { ## no critic (ProhibitFixedStringMatches) $filter{noposition} = 1; } - if ($phrase =~ /^nofuncbody$/io) { + if ($phrase =~ /^nofuncbody$/io) { ## no critic (ProhibitFixedStringMatches) $filter{nofuncbody} = 1; } } -- cgit v1.2.3