1
0
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:
Go MAEDA 2024-07-06 08:04:22 +00:00
parent baf32a3fa4
commit e15db65a90
2 changed files with 3 additions and 4 deletions

View File

@ -248,6 +248,9 @@ Style/NegatedIfElseCondition:
Style/NumericPredicate:
Enabled: false
Style/PerlBackrefs:
Enabled: false
Style/RaiseArgs:
Enabled: false

View 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