11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2023-04-17 13:50:05 UTC using RuboCop version 1.48.1.
3+ # on 2023-04-18 09:49:53 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
@@ -39,6 +39,12 @@ Lint/MixedRegexpCaptureTypes:
3939 Exclude :
4040 - ' lib/puppet_x/puppetlabs/scheduled_task/trigger.rb'
4141
42+ # Offense count: 2
43+ # This cop supports safe autocorrection (--autocorrect).
44+ Lint/RedundantCopDisableDirective :
45+ Exclude :
46+ - ' spec/integration/puppet_x/puppetlabs/scheduled_task/task_spec.rb'
47+
4248# Offense count: 19
4349# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
4450Metrics/AbcSize :
@@ -53,17 +59,17 @@ Metrics/BlockLength:
5359# Offense count: 4
5460# Configuration parameters: CountComments, CountAsOne.
5561Metrics/ClassLength :
56- Max : 696
62+ Max : 679
5763
5864# Offense count: 15
5965# Configuration parameters: AllowedMethods, AllowedPatterns.
6066Metrics/CyclomaticComplexity :
6167 Max : 49
6268
63- # Offense count: 26
69+ # Offense count: 25
6470# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
6571Metrics/MethodLength :
66- Max : 93
72+ Max : 85
6773
6874# Offense count: 1
6975# Configuration parameters: CountComments, CountAsOne.
@@ -128,7 +134,7 @@ RSpec/DescribeClass:
128134# Offense count: 71
129135# Configuration parameters: CountAsOne.
130136RSpec/ExampleLength :
131- Max : 56
137+ Max : 52
132138
133139# Offense count: 16
134140RSpec/LeakyConstantDeclaration :
0 commit comments