forked from puppetlabs/puppetlabs-haproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.rubocop_todo.yml
58 lines (54 loc) · 2.04 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 2023-07-20 04:54:59 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: 22
# Configuration parameters: IgnoredMetadata.
RSpec/DescribeClass:
Enabled: false
# Offense count: 66
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: single_line_only, single_statement_only, disallow, require_implicit
RSpec/ImplicitSubject:
Exclude:
- 'spec/classes/haproxy_spec.rb'
- 'spec/defines/backend_spec.rb'
- 'spec/defines/balancermember_spec.rb'
- 'spec/defines/defaults_spec.rb'
- 'spec/defines/frontend_spec.rb'
- 'spec/defines/instance_spec.rb'
- 'spec/defines/listen_spec.rb'
- 'spec/defines/mailer_spec.rb'
- 'spec/defines/mailers_spec.rb'
- 'spec/defines/mapfile_entry_spec.rb'
- 'spec/defines/mapfile_spec.rb'
- 'spec/defines/peer_spec.rb'
- 'spec/defines/peers_spec.rb'
- 'spec/defines/resolver_spec.rb'
- 'spec/defines/userlist_spec.rb'
# Offense count: 96
# Configuration parameters: EnforcedStyle, IgnoreSharedExamples.
# SupportedStyles: always, named_only
RSpec/NamedSubject:
Exclude:
- 'spec/classes/haproxy_spec.rb'
- 'spec/defines/instance_service_spec.rb'
- 'spec/defines/instance_spec.rb'
# Offense count: 181
# Configuration parameters: AllowedPatterns.
# AllowedPatterns: ^expect_, ^assert_
RSpec/NoExpectationExample:
Exclude:
- 'spec/acceptance/basic_spec.rb'
- 'spec/acceptance/defaults_spec.rb'
- 'spec/acceptance/frontbackend_spec.rb'
- 'spec/acceptance/listen_spec.rb'
- 'spec/acceptance/mapfile_spec.rb'
- 'spec/acceptance/userlist_spec.rb'
- 'spec/classes/haproxy_spec.rb'
- 'spec/defines/instance_service_spec.rb'
- 'spec/defines/instance_spec.rb'