1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2023-08-29 15:26:08 UTC using RuboCop version 1.48.1 .
3
+ # on 2025-07-01 09:21:38 UTC using RuboCop version 1.50.2 .
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
7
7
# versions of RuboCop, may require this file to be generated again.
8
8
9
- # Offense count: 20
10
- # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
11
- Metrics/AbcSize :
12
- Max : 270
13
-
14
- # Offense count: 2
15
- # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns, inherit_mode.
16
- # AllowedMethods: refine
17
- Metrics/BlockLength :
18
- Max : 127
19
-
20
- # Offense count: 3
21
- # Configuration parameters: CountComments, CountAsOne.
22
- Metrics/ClassLength :
23
- Max : 776
24
-
25
- # Offense count: 17
26
- # Configuration parameters: AllowedMethods, AllowedPatterns.
27
- Metrics/CyclomaticComplexity :
28
- Max : 122
29
-
30
- # Offense count: 20
31
- # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
32
- Metrics/MethodLength :
33
- Max : 135
34
-
35
- # Offense count: 12
36
- # Configuration parameters: AllowedMethods, AllowedPatterns.
37
- Metrics/PerceivedComplexity :
38
- Max : 122
39
-
40
- # Offense count: 18
41
- # Configuration parameters: IgnoredMetadata.
42
- RSpec/DescribeClass :
43
- Enabled : false
44
-
45
- # Offense count: 9
46
- # Configuration parameters: CountAsOne.
47
- RSpec/ExampleLength :
48
- Max : 8
49
-
50
- # Offense count: 41
51
- RSpec/MultipleExpectations :
52
- Max : 2
53
-
54
9
# Offense count: 38
55
10
# Configuration parameters: EnforcedStyle, IgnoreSharedExamples.
56
11
# SupportedStyles: always, named_only
@@ -60,31 +15,9 @@ RSpec/NamedSubject:
60
15
- ' spec/unit/classes/firewall_linux_debian_spec.rb'
61
16
- ' spec/unit/classes/firewall_linux_redhat_spec.rb'
62
17
63
- # Offense count: 38
64
- # Configuration parameters: AllowedGroups.
65
- RSpec/NestedGroups :
66
- Max : 5
67
-
68
- # Offense count: 43
69
- # Configuration parameters: AllowedPatterns.
70
- # AllowedPatterns: ^expect_, ^assert_
71
- RSpec/NoExpectationExample :
72
- Exclude :
73
- - ' spec/acceptance/class_spec.rb'
74
- - ' spec/acceptance/firewall_attributes_exceptions_spec.rb'
75
- - ' spec/acceptance/firewall_attributes_ipv6_exceptions_spec.rb'
76
- - ' spec/acceptance/firewallchain_spec.rb'
77
- - ' spec/acceptance/rules_spec.rb'
78
- - ' spec/acceptance/standard_usage_spec.rb'
79
-
80
- # Offense count: 83
18
+ # Offense count: 85
81
19
# Configuration parameters: AllowedVariables.
82
20
Style/GlobalVars :
83
21
Exclude :
84
22
- ' lib/puppet/provider/firewall/firewall.rb'
85
23
- ' lib/puppet/provider/firewallchain/firewallchain.rb'
86
-
87
- # Offense count: 1
88
- Style/MixinUsage :
89
- Exclude :
90
- - ' spec/spec_helper.rb'
0 commit comments