-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy path.rubocop_todo.yml
54 lines (47 loc) · 1.66 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
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-01-26 12:48:02 UTC using RuboCop version 1.44.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: 74
# Configuration parameters: CountAsOne.
RSpec/ExampleLength:
Max: 17
# Offense count: 1
RSpec/LeakyConstantDeclaration:
Exclude:
- 'spec/dnsimple/client/client_service_spec.rb'
# Offense count: 12
# Configuration parameters: .
# SupportedStyles: have_received, receive
RSpec/MessageSpies:
EnforcedStyle: receive
# Offense count: 115
RSpec/MultipleExpectations:
Max: 15
# Offense count: 372
# Configuration parameters: EnforcedStyle, IgnoreSharedExamples.
# SupportedStyles: always, named_only
RSpec/NamedSubject:
Enabled: false
# Offense count: 16
RSpec/SubjectStub:
Exclude:
- 'spec/dnsimple/client/certificates_spec.rb'
- 'spec/dnsimple/client/contacts_spec.rb'
- 'spec/dnsimple/client/domains_delegation_signer_records_spec.rb'
- 'spec/dnsimple/client/domains_email_forwards_spec.rb'
- 'spec/dnsimple/client/domains_spec.rb'
- 'spec/dnsimple/client/services_spec.rb'
- 'spec/dnsimple/client/templates_records_spec.rb'
- 'spec/dnsimple/client/templates_spec.rb'
- 'spec/dnsimple/client/tlds_spec.rb'
- 'spec/dnsimple/client/zones_records_spec.rb'
- 'spec/dnsimple/client/zones_spec.rb'
- 'spec/dnsimple/client_spec.rb'
# Offense count: 69
# Configuration parameters: AllowedConstants.
Style/Documentation:
Enabled: false