summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-07-17 00:00:25 +0000
committerGo MAEDA <maeda@farend.jp>2022-07-17 00:00:25 +0000
commite61a02e18cb6be302819dcc2fef735af3f74a6c5 (patch)
treec2e6a74ffb76d4a5e5c628014e2a279ac8cf01cf /.rubocop.yml
parentc4f94b503ebec74889625e7585546317a406ba1c (diff)
downloadredmine-e61a02e18cb6be302819dcc2fef735af3f74a6c5.tar.gz
redmine-e61a02e18cb6be302819dcc2fef735af3f74a6c5.zip
Disable RuboCop Rails/Delegate (#37248).
git-svn-id: https://svn.redmine.org/redmine/trunk@21708 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 5b287ff5e..66fc64d24 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -124,6 +124,9 @@ Rails/BulkChangeTable:
Rails/CompactBlank:
Enabled: false
+Rails/Delegate:
+ Enabled: false
+
Rails/EnvironmentVariableAccess:
Enabled: false