Browse Source

RuboCop: Disable Metrics


git-svn-id: http://svn.redmine.org/redmine/trunk@18292 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.1.0
Go MAEDA 4 years ago
parent
commit
78722ed6c7
2 changed files with 5 additions and 307 deletions
  1. 3
    0
      .rubocop.yml
  2. 2
    307
      .rubocop_todo.yml

+ 3
- 0
.rubocop.yml View File

@@ -24,6 +24,9 @@ Rails:
Layout/SpaceBeforeBlockBraces:
Enabled: false

Metrics:
Enabled: false

Rails/BulkChangeTable:
Exclude:
- 'db/migrate/20120714122200_add_workflows_rule_fields.rb'

+ 2
- 307
.rubocop_todo.yml
File diff suppressed because it is too large
View File


Loading…
Cancel
Save