summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-03-25 02:39:54 +0000
committerGo MAEDA <maeda@farend.jp>2023-03-25 02:39:54 +0000
commit817d8100c1aecc28f5327f0c9b0e7f9fd54d04c8 (patch)
treeed1b205692b560f4cf3f7cd5462d8cd1876e8c40 /.rubocop.yml
parentc1c9a5039784a7d97e104c4ffd84695ff8a25823 (diff)
downloadredmine-817d8100c1aecc28f5327f0c9b0e7f9fd54d04c8.tar.gz
redmine-817d8100c1aecc28f5327f0c9b0e7f9fd54d04c8.zip
Update RuboCop Rails to 2.18 (#37248).
git-svn-id: https://svn.redmine.org/redmine/trunk@22154 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
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