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
@@ -29,6 +29,12 @@ Lint/MixedRegexpCaptureTypes:
2929 Exclude :
3030 - ' lib/puppet_x/puppetlabs/scheduled_task/trigger.rb'
3131
32+ # Offense count: 2
33+ # This cop supports safe autocorrection (--autocorrect).
34+ Lint/RedundantCopDisableDirective :
35+ Exclude :
36+ - ' spec/integration/puppet_x/puppetlabs/scheduled_task/task_spec.rb'
37+
3238# Offense count: 19
3339# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
3440Metrics/AbcSize :
@@ -43,17 +49,17 @@ Metrics/BlockLength:
4349# Offense count: 4
4450# Configuration parameters: CountComments, CountAsOne.
4551Metrics/ClassLength :
46- Max : 696
52+ Max : 679
4753
4854# Offense count: 15
4955# Configuration parameters: AllowedMethods, AllowedPatterns.
5056Metrics/CyclomaticComplexity :
5157 Max : 49
5258
53- # Offense count: 26
59+ # Offense count: 25
5460# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
5561Metrics/MethodLength :
56- Max : 93
62+ Max : 85
5763
5864# Offense count: 1
5965# Configuration parameters: CountComments, CountAsOne.
@@ -118,7 +124,7 @@ RSpec/DescribeClass:
118124# Offense count: 71
119125# Configuration parameters: CountAsOne.
120126RSpec/ExampleLength :
121- Max : 56
127+ Max : 52
122128
123129# Offense count: 16
124130RSpec/LeakyConstantDeclaration :
0 commit comments