]> source.dussan.org Git - redmine.git/commitdiff
Disable RuboCop Style/PerlBackrefs (#39887).
authorGo MAEDA <maeda@farend.jp>
Sat, 6 Jul 2024 08:04:22 +0000 (08:04 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 6 Jul 2024 08:04:22 +0000 (08:04 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22908 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop.yml
.rubocop_todo.yml

index ff1a57bb217a476ed275c3106ec9fbd97c298785..1ee9ce059113fb8c9c0ef1aec2641a379767e63a 100644 (file)
@@ -248,6 +248,9 @@ Style/NegatedIfElseCondition:
 Style/NumericPredicate:
   Enabled: false
 
+Style/PerlBackrefs:
+  Enabled: false
+
 Style/RaiseArgs:
   Enabled: false
 
index 404822c384a80d6f3b2de61956192134aab6c98a..bc6c1e6819c64d698e8d448b612a660043387050 100644 (file)
@@ -1242,10 +1242,6 @@ Style/ParenthesesAroundCondition:
 Style/PercentLiteralDelimiters:
   Enabled: false
 
-# This cop supports safe autocorrection (--autocorrect).
-Style/PerlBackrefs:
-  Enabled: false
-
 # This cop supports unsafe autocorrection (--autocorrect-all).
 # Configuration parameters: EnforcedStyle.
 # SupportedStyles: short, verbose