From 8f03ba3248fed4e9994178cc5ee3f8030cdec149 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sat, 6 Apr 2024 21:39:20 -0700 Subject: [PATCH] fix test range for change in parameter name --- dev-bin/perltidy_random_setup.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-bin/perltidy_random_setup.pl b/dev-bin/perltidy_random_setup.pl index e29da44e..57c8c4e5 100755 --- a/dev-bin/perltidy_random_setup.pl +++ b/dev-bin/perltidy_random_setup.pl @@ -863,9 +863,9 @@ EOM 'interbracket-arrow-style' => [ ']{', ']->{', '][', ']->[', '}[', '}->[', '}{', '}->{' ], - 'warn-variable-types' => [ '0', '1' ], - 'warn-mismatched-arg-types' => [ '0', '1' ], - 'warn-mismatched-arg-count-cutoff' => [ 0, 5 ], + 'warn-variable-types' => [ '0', '1' ], + 'warn-mismatched-arg-types' => [ '0', '1' ], + 'warn-mismatched-arg-undercount-cutoff' => [ 0, 5 ], 'space-backslash-quote' => [ 0, 2 ], 'block-brace-tightness' => [ 0, 2 ], -- 2.39.5