-
Notifications
You must be signed in to change notification settings - Fork 0
/
.rubocop.exceptions.yml
57 lines (45 loc) · 1.36 KB
/
.rubocop.exceptions.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
Naming/FileName:
Exclude:
- 'Gemfile'
- 'hyrax-batch_ingest.gemspec'
Bundler/DuplicatedGem:
Exclude:
- 'Gemfile'
RSpec/ExampleLength:
Exclude:
- 'lib/hyrax/batch_ingest/spec/shared_specs/batch_reader.rb'
- 'spec/lib/hyrax/batch_ingest/routing/batch_item_routes_spec.rb'
Metrics/BlockLength:
Exclude:
- 'lib/hyrax/batch_ingest/spec/shared_specs/*.rb'
- 'spec/**/*_spec.rb'
- 'spec/factories/*.rb'
Metrics/MethodLength:
Exclude:
- 'app/presenters/hyrax/batch_ingest/batch_summary_presenter.rb'
RSpec/DescribeClass:
Exclude:
- 'spec/services/batch_runner_spec.rb'
Rails/OutputSafety:
Exclude:
- app/presenters/hyrax/batch_ingest/batch_presenter.rb
- app/presenters/hyrax/batch_ingest/batch_item_presenter.rb
Style/RaiseArgs:
Enabled: false
Style/GuardClause:
Exclude:
- 'app/services/hyrax/batch_ingest/batch_runner.rb'
RSpec/VerifiedDoubles:
Exclude:
- 'spec/services/batch_runner_spec.rb'
- 'spec/jobs/batch_item_processing_job_spec.rb'
RSpec/NamedSubject:
Exclude:
- 'lib/hyrax/batch_ingest/spec/shared_specs/batch_item_ingester.rb'
- 'lib/hyrax/batch_ingest/spec/shared_specs/batch_reader.rb'
RSpec/AnyInstance:
Exclude:
- 'lib/hyrax/batch_ingest/spec/shared_specs/batch_scanner.rb'
RSpec/InstanceVariable:
Exclude:
- 'lib/hyrax/batch_ingest/spec/shared_specs/batch_scanner.rb'