diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index fd9b1c647..7b5469e97 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # 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 @@ -62,6 +62,7 @@ Lint/ShadowingOuterLocalVariable: # 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' @@ -230,6 +231,12 @@ RSpec/NoExpectationExample: - '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: diff --git a/beaker.gemspec b/beaker.gemspec index 7dca1b375..0fd49b0d1 100644 --- a/beaker.gemspec +++ b/beaker.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'fakefs', '~> 2.4' s.add_development_dependency 'rake', '~> 13.0' s.add_development_dependency 'rspec', '~> 3.0' - s.add_development_dependency 'voxpupuli-rubocop', '~> 2.4.0' + s.add_development_dependency 'voxpupuli-rubocop', '~> 2.6.0' # Run time dependencies s.add_runtime_dependency 'minitar', '~> 0.6'