]> git.donarmstrong.com Git - perltidy.git/commitdiff
do not use --show-options in random testing
authorSteve Hancock <perltidy@users.sourceforge.net>
Sat, 25 Nov 2023 14:17:13 +0000 (06:17 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sat, 25 Nov 2023 14:17:13 +0000 (06:17 -0800)
dev-bin/perltidy_random_setup.pl

index 144ceebbb7dcd14c3f20167cafa8f3c1193e1cfe..7a0f8147b6ac3729c9f9049e0277f43159074399 100755 (executable)
@@ -1348,6 +1348,7 @@ EOM
           code-skipping-begin
           code-skipping-end
           line-range-tidy
+          show-options
 
           vertical-tightness
           vertical-tightness-closing
@@ -1357,6 +1358,7 @@ EOM
         # Added vertical-tightness and vertical-tightness-closing because
         # they are expansions. They should not be among the options. (c271)
         # Also added closing-token-indentation for same reason.
+        # Added show-options because it just writes a lot of .LOG files
 
         my %skip;
         @skip{@q} = (1) x scalar(@q);