Skip to content

Commit 4ae9a84

Browse files
committed
fixup
1 parent cb87842 commit 4ae9a84

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.rubocop_todo.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2025-06-05 11:08:59 UTC using RuboCop version 1.70.0.
3+
# on 2025-06-05 11:34:36 UTC using RuboCop version 1.70.0.
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
@@ -106,7 +106,13 @@ Lint/EmptyClass:
106106
- 'spec/puppet/resource_api/transport_spec.rb'
107107
- 'spec/puppet/resource_api_spec.rb'
108108

109-
# Offense count: 5
109+
# Offense count: 1
110+
# Configuration parameters: MaximumRangeSize.
111+
Lint/MissingCopEnableDirective:
112+
Exclude:
113+
- 'lib/puppet/resource_api.rb'
114+
115+
# Offense count: 6
110116
# This cop supports safe autocorrection (--autocorrect).
111117
Lint/RedundantCopDisableDirective:
112118
Exclude:

0 commit comments

Comments
 (0)