11# This configuration was generated by
22# `rubocop --auto-gen-config --no-auto-gen-timestamp`
3- # using RuboCop version 1.79.2 .
3+ # using RuboCop version 1.81.7 .
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
@@ -127,7 +127,7 @@ Performance/ZipWithoutBlock:
127127 Exclude :
128128 - ' spec/beaker/dsl/test_tagging_spec.rb'
129129
130- # Offense count: 17
130+ # Offense count: 18
131131RSpec/AnyInstance :
132132 Exclude :
133133 - ' spec/beaker/host/windows/file_spec.rb'
@@ -158,7 +158,7 @@ RSpec/Eq:
158158 Exclude :
159159 - ' spec/beaker/logger_spec.rb'
160160
161- # Offense count: 232
161+ # Offense count: 230
162162# Configuration parameters: CountAsOne.
163163RSpec/ExampleLength :
164164 Max : 44
@@ -184,6 +184,7 @@ RSpec/InstanceVariable:
184184 - ' spec/beaker/dsl/test_tagging_spec.rb'
185185
186186# Offense count: 3
187+ # This cop supports safe autocorrection (--autocorrect).
187188RSpec/IteratedExpectation :
188189 Exclude :
189190 - ' spec/beaker/dsl/helpers/host_helpers_spec.rb'
@@ -204,17 +205,25 @@ RSpec/LeakyConstantDeclaration:
204205 - ' spec/beaker/host/windows/pkg_spec.rb'
205206 - ' spec/beaker/options/hosts_file_parser_spec.rb'
206207
208+ # Offense count: 4
209+ RSpec/LeakyLocalVariable :
210+ Exclude :
211+ - ' spec/beaker/dsl/test_tagging_spec.rb'
212+ - ' spec/beaker/host/unix/pkg_spec.rb'
213+ - ' spec/beaker/host_prebuilt_steps_spec.rb'
214+ - ' spec/beaker/logger_spec.rb'
215+
207216# Offense count: 1
208217RSpec/MultipleDescribes :
209218 Exclude :
210219 - ' spec/beaker/dsl/test_tagging_spec.rb'
211220
212- # Offense count: 140
221+ # Offense count: 141
213222# Configuration parameters: AllowSubject.
214223RSpec/MultipleMemoizedHelpers :
215224 Max : 16
216225
217- # Offense count: 497
226+ # Offense count: 500
218227# Configuration parameters: EnforcedStyle, IgnoreSharedExamples.
219228# SupportedStyles: always, named_only
220229RSpec/NamedSubject :
@@ -231,7 +240,7 @@ RSpec/NoExpectationExample:
231240 - ' spec/beaker/logger_spec.rb'
232241 - ' spec/beaker/options/subcommand_options_parser_spec.rb'
233242
234- # Offense count: 58
243+ # Offense count: 60
235244# This cop supports unsafe autocorrection (--autocorrect-all).
236245RSpec/ReceiveMessages :
237246 Exclude :
@@ -257,8 +266,8 @@ RSpec/RepeatedExample:
257266 - ' spec/beaker/logger_spec.rb'
258267
259268# Offense count: 14
260- # Configuration parameters: Include, CustomTransform, IgnoreMethods, IgnoreMetadata.
261- # Include: **/*_spec.rb
269+ # Configuration parameters: CustomTransform, IgnoreMethods, IgnoreMetadata, InflectorPath, EnforcedInflector .
270+ # SupportedInflectors: default, active_support
262271RSpec/SpecFilePathFormat :
263272 Exclude :
264273 - ' **/spec/routing/**/*'
@@ -277,7 +286,7 @@ RSpec/SpecFilePathFormat:
277286 - ' spec/beaker/host/windows/user_spec.rb'
278287 - ' spec/beaker/host_prebuilt_steps_spec.rb'
279288
280- # Offense count: 176
289+ # Offense count: 178
281290RSpec/SubjectStub :
282291 Exclude :
283292 - ' spec/beaker/dsl/assertions_spec.rb'
@@ -302,7 +311,7 @@ RSpec/UnspecifiedException:
302311 - ' spec/beaker/host_spec.rb'
303312 - ' spec/beaker/test_suite_spec.rb'
304313
305- # Offense count: 87
314+ # Offense count: 75
306315# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
307316RSpec/VerifiedDoubles :
308317 Enabled : false
0 commit comments