]> git.donarmstrong.com Git - perltidy.git/commitdiff
remove -wvt=u
authorSteve Hancock <perltidy@users.sourceforge.net>
Thu, 8 Aug 2024 00:15:15 +0000 (17:15 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Thu, 8 Aug 2024 00:15:15 +0000 (17:15 -0700)
perltidyrc

index b270bc2ddbe67ef91ff8c3cd1de435ee376ab5b6..3acdc7ead1ae7468a8e01c17fc4581b1935ae2ee 100644 (file)
@@ -12,8 +12,8 @@
 # all if-elsif chains must end in an else block
 --warn-missing-else
 
-# warn if any of the 'unusual' variables are seen
---warn-variable-types='*'
+# warn if certain of the 'unusual' variables are seen
+--warn-variable-types='s r p c'
 
 # warn if call arg counts differ from sub definitions
 # (requires version > 20240202.04)