From 817d8100c1aecc28f5327f0c9b0e7f9fd54d04c8 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 25 Mar 2023 02:39:54 +0000 Subject: Update RuboCop Rails to 2.18 (#37248). git-svn-id: https://svn.redmine.org/redmine/trunk@22154 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index f929a55dc..398fac707 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -209,6 +209,10 @@ Style/IdenticalConditionalBranches: - 'config/initializers/10-patches.rb' - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' +Style/InverseMethods: + InverseMethods: + :include?: ~ + Style/NegatedIfElseCondition: Enabled: false -- cgit v1.2.3