-
-
Notifications
You must be signed in to change notification settings - Fork 499
Expand file tree
/
Copy path.rubocop_todo.yml
More file actions
78 lines (70 loc) · 3.21 KB
/
.rubocop_todo.yml
File metadata and controls
78 lines (70 loc) · 3.21 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# This configuration was generated by
# `rubocop --auto-gen-config --no-auto-gen-timestamp`
# using RuboCop version 1.85.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: 5
# This cop supports unsafe autocorrection (--autocorrect-all).
RSpec/BeEq:
Exclude:
- 'spec/unit/puppet/provider/rabbitmq_plugin/rabbitmqctl_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_policy/rabbitmqctl_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_user_permissions/rabbitmqctl_spec.rb'
- 'spec/unit/puppet/type/rabbitmq_user_permissions_spec.rb'
# Offense count: 13
RSpec/LeakyLocalVariable:
Exclude:
- 'spec/classes/rabbitmq_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_binding/rabbitmqadmin_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_cli_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_cluster/rabbitmqctl_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_exchange/rabbitmqadmin_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_parameter/rabbitmqctl_federation_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_parameter/rabbitmqctl_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_plugin/rabbitmqctl_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_queue/rabbitmqadmin_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_user/rabbitmqctl_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_vhost/rabbitmqctl_spec.rb'
# Offense count: 172
# Configuration parameters: .
# SupportedStyles: have_received, receive
RSpec/MessageSpies:
EnforcedStyle: receive
# Offense count: 3
RSpec/PendingWithoutReason:
Exclude:
- 'spec/acceptance/class_spec.rb'
# Offense count: 4
RSpec/RepeatedExampleGroupBody:
Exclude:
- 'spec/classes/rabbitmq_spec.rb'
# Offense count: 14
RSpec/RepeatedExampleGroupDescription:
Exclude:
- 'spec/classes/rabbitmq_spec.rb'
# Offense count: 118
RSpec/StubbedMock:
Exclude:
- 'spec/unit/facter/util/fact_rabbitmq_clustername_spec.rb'
- 'spec/unit/facter/util/fact_rabbitmq_nodename_spec.rb'
- 'spec/unit/facter/util/fact_rabbitmq_plugins_dirs_spec.rb'
- 'spec/unit/facter/util/fact_rabbitmq_version_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_binding/rabbitmqadmin_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_cli_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_cluster/rabbitmqctl_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_exchange/rabbitmqadmin_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_parameter/rabbitmqctl_federation_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_parameter/rabbitmqctl_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_plugin/rabbitmqctl_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_policy/rabbitmqctl_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_queue/rabbitmqadmin_spec.rb'
- 'spec/unit/puppet/provider/rabbitmq_user_permissions/rabbitmqctl_spec.rb'
# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: AllowedReceivers.
# AllowedReceivers: Thread.current
Style/HashEachMethods:
Exclude:
- 'lib/puppet/type/rabbitmq_parameter.rb'