File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 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).
111117Lint/RedundantCopDisableDirective :
112118 Exclude :
You can’t perform that action at this time.
0 commit comments