11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2024-05-10 13:25:58 UTC using RuboCop version 1.62.1.
3+ # on 2024-05-10 14:44:46 UTC using RuboCop version 1.62.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
@@ -92,14 +92,13 @@ Minitest/RefuteFalse:
9292 - ' acceptance/tests/base/dsl/helpers/host_helpers/check_for_package_test.rb'
9393 - ' acceptance/tests/base/host/host_test.rb'
9494
95- # Offense count: 20
95+ # Offense count: 19
9696# Configuration parameters: ForbiddenDelimiters.
9797# ForbiddenDelimiters: (?i-mx:(^|\s)(EO[A-Z]{1}|END)(\s|$))
9898Naming/HeredocDelimiterNaming :
9999 Exclude :
100100 - ' Rakefile'
101101 - ' acceptance/tests/base/dsl/helpers/hocon_helpers_test.rb'
102- - ' lib/beaker/host/cisco.rb'
103102 - ' spec/beaker/host/mac/group_spec.rb'
104103 - ' spec/beaker/host/mac/user_spec.rb'
105104 - ' spec/beaker/host/pswindows/user_spec.rb'
@@ -144,7 +143,7 @@ RSpec/BeEq:
144143 - ' spec/beaker/subcommand/subcommand_util_spec.rb'
145144 - ' spec/beaker/test_suite_spec.rb'
146145
147- # Offense count: 121
146+ # Offense count: 113
148147# Configuration parameters: Prefixes, AllowedPatterns.
149148# Prefixes: when, with, without
150149RSpec/ContextWording :
@@ -156,7 +155,7 @@ RSpec/Eq:
156155 Exclude :
157156 - ' spec/beaker/logger_spec.rb'
158157
159- # Offense count: 240
158+ # Offense count: 232
160159# Configuration parameters: CountAsOne.
161160RSpec/ExampleLength :
162161 Max : 44
@@ -214,7 +213,7 @@ RSpec/MultipleDescribes:
214213RSpec/MultipleMemoizedHelpers :
215214 Max : 18
216215
217- # Offense count: 499
216+ # Offense count: 495
218217# Configuration parameters: EnforcedStyle, IgnoreSharedExamples.
219218# SupportedStyles: always, named_only
220219RSpec/NamedSubject :
@@ -278,7 +277,7 @@ RSpec/SpecFilePathFormat:
278277 - ' spec/beaker/host/windows/user_spec.rb'
279278 - ' spec/beaker/host_prebuilt_steps_spec.rb'
280279
281- # Offense count: 177
280+ # Offense count: 175
282281RSpec/SubjectStub :
283282 Exclude :
284283 - ' spec/beaker/dsl/assertions_spec.rb'
@@ -336,7 +335,7 @@ Security/Open:
336335 Exclude :
337336 - ' lib/beaker/dsl/helpers/web_helpers.rb'
338337
339- # Offense count: 105
338+ # Offense count: 104
340339# This cop supports safe autocorrection (--autocorrect).
341340# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
342341# URISchemes: http, https
0 commit comments