From e15db65a90eb5f0392e1f5207bdbdbc074c949ee Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 6 Jul 2024 08:04:22 +0000 Subject: Disable RuboCop Style/PerlBackrefs (#39887). git-svn-id: https://svn.redmine.org/redmine/trunk@22908 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index ff1a57bb2..1ee9ce059 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -248,6 +248,9 @@ Style/NegatedIfElseCondition: Style/NumericPredicate: Enabled: false +Style/PerlBackrefs: + Enabled: false + Style/RaiseArgs: Enabled: false -- cgit v1.2.3