11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2023-05-30 12:21:44 UTC using RuboCop version 1.48.1.
3+ # on 2023-05-30 12:44:48 UTC using RuboCop version 1.48.1.
44# The point is for the user to remove these configuration records
55# one by one as the offenses are removed from the code base.
66# Note that changes in the inspected code, or installation of new
@@ -22,17 +22,14 @@ Lint/BooleanSymbol:
2222 - ' spec/unit/puppet/type/logical_volume_spec.rb'
2323 - ' spec/unit/type/logical_volume_spec.rb'
2424
25- # Offense count: 41
25+ # Offense count: 38
2626Lint/UselessAssignment :
2727 Exclude :
2828 - ' lib/puppet/provider/filesystem/aix.rb'
2929 - ' lib/puppet/provider/logical_volume/lvm.rb'
3030 - ' spec/unit/type/filesystem_spec.rb'
3131 - ' spec/unit/type/logical_volume_spec.rb'
3232 - ' spec/unit/type/physical_volume.rb'
33- - ' tests/beaker/tests/aix/create_lv_with_param_max_range.rb'
34- - ' tests/beaker/tests/aix/create_lv_with_param_min_range.rb'
35- - ' tests/beaker/tests/aix/create_lv_with_param_type.rb'
3633
3734# Offense count: 7
3835# Configuration parameters: CheckForMethodsWithNoSideEffects.
@@ -41,36 +38,36 @@ Lint/Void:
4138 - ' spec/unit/facter/lvm_support_spec.rb'
4239 - ' spec/unit/puppet/type/logical_volume_spec.rb'
4340
44- # Offense count: 12
41+ # Offense count: 10
4542# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
4643Metrics/AbcSize :
47- Max : 84
44+ Max : 83
4845
4946# Offense count: 11
5047# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns, inherit_mode.
5148# AllowedMethods: refine
5249Metrics/BlockLength :
53- Max : 256
50+ Max : 199
5451
55- # Offense count: 6
52+ # Offense count: 4
5653# Configuration parameters: AllowedMethods, AllowedPatterns.
5754Metrics/CyclomaticComplexity :
5855 Max : 30
5956
60- # Offense count: 19
57+ # Offense count: 13
6158# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
6259Metrics/MethodLength :
63- Max : 64
60+ Max : 44
6461
65- # Offense count: 2
62+ # Offense count: 1
6663# Configuration parameters: Max, CountKeywordArgs.
6764Metrics/ParameterLists :
6865 MaxOptionalParameters : 4
6966
70- # Offense count: 5
67+ # Offense count: 4
7168# Configuration parameters: AllowedMethods, AllowedPatterns.
7269Metrics/PerceivedComplexity :
73- Max : 34
70+ Max : 33
7471
7572# Offense count: 3
7673Naming/AccessorMethodName :
@@ -86,14 +83,6 @@ Naming/ClassAndModuleCamelCase:
8683 Exclude :
8784 - ' lib/puppet_x/lvm/output.rb'
8885
89- # Offense count: 1
90- # Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, CheckDefinitionPathHierarchyRoots, Regex, IgnoreExecutableScripts, AllowedAcronyms.
91- # CheckDefinitionPathHierarchyRoots: lib, spec, test, src
92- # AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
93- Naming/FileName :
94- Exclude :
95- - ' tests/beaker/tests/create_filesystem_non-existing-format.rb'
96-
9786# Offense count: 4
9887# Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers, AllowedPatterns.
9988# SupportedStyles: snake_case, normalcase, non_integer
@@ -191,12 +180,9 @@ Style/ClassAndModuleChildren:
191180 Exclude :
192181 - ' lib/puppet_x/lvm/output.rb'
193182
194-
195- # Offense count: 2
183+ # Offense count: 1
196184# Configuration parameters: AllowedMethods.
197185# AllowedMethods: respond_to_missing?
198186Style/OptionalBooleanParameter :
199187 Exclude :
200188 - ' spec/spec_helper_acceptance_local.rb'
201- - ' tests/beaker/lib/lvm_helper.rb'
202-
0 commit comments