Skip to content

Commit 692822c

Browse files
committed
Release: disable critic tests for no warnings line
1 parent 4110c70 commit 692822c

File tree

1 file changed

+1
-1
lines changed
  • lib/Mail/Milter/Authentication/App/ProcessLog/App/Command

1 file changed

+1
-1
lines changed

lib/Mail/Milter/Authentication/App/ProcessLog/App/Command/arex.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ sub parse_file($self, $file, $opt, $args) {
9696
AR: for my $ar ( $hashref->{ar}->@* ) {
9797
my $type = $ar->{type};
9898
{
99-
no warnings;
99+
no warnings; ## no critic
100100

101101
unless ($opt->combine) {
102102
# If we are not combining entries, just output this one.

0 commit comments

Comments
 (0)