.rubocop_todo.yml in beaker-5.7.0 vs .rubocop_todo.yml in beaker-5.8.0
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2024-01-08 14:04:43 UTC using RuboCop version 1.59.0.
+# on 2024-03-12 17:49:37 UTC using RuboCop version 1.62.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
@@ -60,10 +60,11 @@
- 'lib/beaker/host_prebuilt_steps.rb'
- 'lib/beaker/perf.rb'
# Offense count: 12
# This cop supports unsafe autocorrection (--autocorrect-all).
+# Configuration parameters: AutoCorrect.
Lint/UselessAssignment:
Exclude:
- 'acceptance/tests/base/dsl/helpers/host_helpers/curl_with_retries_test.rb'
- 'lib/beaker/cli.rb'
- 'lib/beaker/dsl/helpers/host_helpers.rb'
@@ -227,9 +228,15 @@
- 'acceptance/fixtures/module/spec/acceptance/demo_spec.rb'
- 'spec/beaker/host/windows/pkg_spec.rb'
- 'spec/beaker/host_prebuilt_steps_spec.rb'
- 'spec/beaker/logger_spec.rb'
- 'spec/beaker/options/subcommand_options_parser_spec.rb'
+
+# Offense count: 1
+# This cop supports safe autocorrection (--autocorrect).
+RSpec/Rails/MinitestAssertions:
+ Exclude:
+ - 'spec/beaker/dsl/structure_spec.rb'
# Offense count: 60
# This cop supports unsafe autocorrection (--autocorrect-all).
RSpec/ReceiveMessages:
Exclude: