-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy path.rubocop_todo.yml
51 lines (43 loc) · 1.39 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
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-12-19 10:44:38 UTC using RuboCop version 1.48.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: 25
# Configuration parameters: IgnoredMetadata.
RSpec/DescribeClass:
Enabled: false
# Offense count: 33
# Configuration parameters: CountAsOne.
RSpec/ExampleLength:
Max: 16
# Offense count: 18
# Configuration parameters: AssignmentOnly.
RSpec/InstanceVariable:
Exclude:
- 'spec/acceptance/namevar_spec.rb'
- 'spec/puppet/resource_api/data_type_handling_spec.rb'
# # Offense count: 15
RSpec/LeakyConstantDeclaration:
Exclude:
- 'spec/puppet/resource_api/base_context_spec.rb'
- 'spec/puppet/resource_api/transport/wrapper_spec.rb'
- 'spec/puppet/resource_api/transport_spec.rb'
- 'spec/puppet/resource_api_spec.rb'
# Offense count: 163
RSpec/MultipleExpectations:
Max: 11
# Offense count: 126
# Configuration parameters: AllowSubject.
RSpec/MultipleMemoizedHelpers:
Max: 14
# Offense count: 213
# Configuration parameters: AllowedGroups.
RSpec/NestedGroups:
Max: 7
# Offense count: 47
RSpec/SubjectStub:
Exclude:
- 'spec/puppet/resource_api/base_context_spec.rb'