mirror of
https://github.com/redmine/redmine.git
synced 2026-02-07 15:20:11 +01:00
Disable RuboCop Style/PerlBackrefs (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22908 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -248,6 +248,9 @@ Style/NegatedIfElseCondition:
|
||||
Style/NumericPredicate:
|
||||
Enabled: false
|
||||
|
||||
Style/PerlBackrefs:
|
||||
Enabled: false
|
||||
|
||||
Style/RaiseArgs:
|
||||
Enabled: false
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user