mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 19:47:14 +00: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:
parent
baf32a3fa4
commit
e15db65a90
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user