Skip to content

Commit

Permalink
Release: disable critic tests for no warnings line
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbradshaw committed Sep 11, 2023
1 parent 4110c70 commit 692822c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ sub parse_file($self, $file, $opt, $args) {
AR: for my $ar ( $hashref->{ar}->@* ) {
my $type = $ar->{type};
{
no warnings;
no warnings; ## no critic

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

0 comments on commit 692822c

Please sign in to comment.