-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.rubocop_todo.yml
58 lines (50 loc) · 1.61 KB
/
.rubocop_todo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-07-25 14:47:28 -0500 using RuboCop version 0.49.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 1
Metrics/AbcSize:
Max: 20
Exclude:
- "app/services/work_zip_creator.rb"
- "app/services/arch/user_service.rb"
- "app/lib/proquest/package.rb"
Metrics/ClassLength:
Exclude:
- "app/controllers/catalog_controller.rb"
- "app/services/doi_minting_service.rb"
- "app/lib/proquest/package.rb"
- "app/lib/proquest/metadata.rb"
Metrics/BlockLength:
Exclude:
- "spec/**/*"
- "app/controllers/catalog_controller.rb"
- "config/routes.rb"
- "config/initializers/hyrax.rb"
- "config/initializers/simple_form_bootstrap.rb"
- "lib/tasks/arch.rake"
- "lib/tasks/arch_prod.rake"
Metrics/MethodLength:
Exclude:
- "app/controllers/catalog_controller.rb"
- "app/services/doi_minting_service.rb"
- "app/services/work_zip_creator.rb"
- "app/services/arch/user_service.rb"
- "app/lib/proquest/metadata.rb"
- "app/lib/proquest/package.rb"
Metrics/LineLength:
Exclude:
- "app/lib/proquest/metadata.rb"
Rails/FilePath:
Exclude:
- "config/environments/development.rb"
RSpec/NamedSubject:
Exclude:
- "spec/models/solr_document_spec.rb"
- "spec/presenters/generic_work_presenter_spec.rb"
Style/GuardClause:
Exclude:
- "app/models/ability.rb"