summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-06-20 13:20:02 +0000
committerGo MAEDA <maeda@farend.jp>2019-06-20 13:20:02 +0000
commit78722ed6c70fbf722c0bd13cd4e41f7fded7cd36 (patch)
treef97f0c3afc05dbced5a4815deccb900a8d1b60bb /.rubocop.yml
parentd460f54d19ad7a5b85cb5a9431742f5d44c6d739 (diff)
downloadredmine-78722ed6c70fbf722c0bd13cd4e41f7fded7cd36.tar.gz
redmine-78722ed6c70fbf722c0bd13cd4e41f7fded7cd36.zip
RuboCop: Disable Metrics
git-svn-id: http://svn.redmine.org/redmine/trunk@18292 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 976368f89..2d84c4347 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -24,6 +24,9 @@ Rails:
Layout/SpaceBeforeBlockBraces:
Enabled: false
+Metrics:
+ Enabled: false
+
Rails/BulkChangeTable:
Exclude:
- 'db/migrate/20120714122200_add_workflows_rule_fields.rb'