From b745d298019158f61418c5de73523e32a116b53f Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Mon, 27 Jan 2025 22:17:46 +0100 Subject: [PATCH] Regenerate RuboCop TODO file with latest RuboCop version --- .rubocop_todo.yml | 57 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 55 insertions(+), 2 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 99d9bf300..5b8569e29 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,11 +1,64 @@ # This configuration was generated by -# `rubocop --auto-gen-config --no-offense-counts --no-auto-gen-timestamp` -# using RuboCop version 1.68.0. +# `rubocop --auto-gen-config --no-exclude-limit --no-offense-counts --no-auto-gen-timestamp` +# using RuboCop version 1.71.0. # 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. +InternalAffairs/OnSendWithoutOnCSend: + Exclude: + - 'lib/rubocop/cop/rspec/any_instance.rb' + - 'lib/rubocop/cop/rspec/be.rb' + - 'lib/rubocop/cop/rspec/be_empty.rb' + - 'lib/rubocop/cop/rspec/be_eq.rb' + - 'lib/rubocop/cop/rspec/be_eql.rb' + - 'lib/rubocop/cop/rspec/be_nil.rb' + - 'lib/rubocop/cop/rspec/before_after_all.rb' + - 'lib/rubocop/cop/rspec/change_by_zero.rb' + - 'lib/rubocop/cop/rspec/class_check.rb' + - 'lib/rubocop/cop/rspec/contain_exactly.rb' + - 'lib/rubocop/cop/rspec/describe_symbol.rb' + - 'lib/rubocop/cop/rspec/dialect.rb' + - 'lib/rubocop/cop/rspec/empty_output.rb' + - 'lib/rubocop/cop/rspec/eq.rb' + - 'lib/rubocop/cop/rspec/excessive_docstring_spacing.rb' + - 'lib/rubocop/cop/rspec/expect_actual.rb' + - 'lib/rubocop/cop/rspec/expect_change.rb' + - 'lib/rubocop/cop/rspec/focus.rb' + - 'lib/rubocop/cop/rspec/identical_equality_assertion.rb' + - 'lib/rubocop/cop/rspec/implicit_block_expectation.rb' + - 'lib/rubocop/cop/rspec/implicit_expect.rb' + - 'lib/rubocop/cop/rspec/implicit_subject.rb' + - 'lib/rubocop/cop/rspec/is_expected_specify.rb' + - 'lib/rubocop/cop/rspec/it_behaves_like.rb' + - 'lib/rubocop/cop/rspec/match_array.rb' + - 'lib/rubocop/cop/rspec/message_chain.rb' + - 'lib/rubocop/cop/rspec/message_expectation.rb' + - 'lib/rubocop/cop/rspec/message_spies.rb' + - 'lib/rubocop/cop/rspec/missing_expectation_target_method.rb' + - 'lib/rubocop/cop/rspec/not_to_not.rb' + - 'lib/rubocop/cop/rspec/pending.rb' + - 'lib/rubocop/cop/rspec/pending_without_reason.rb' + - 'lib/rubocop/cop/rspec/predicate_matcher.rb' + - 'lib/rubocop/cop/rspec/receive_counts.rb' + - 'lib/rubocop/cop/rspec/receive_never.rb' + - 'lib/rubocop/cop/rspec/redundant_around.rb' + - 'lib/rubocop/cop/rspec/redundant_predicate_matcher.rb' + - 'lib/rubocop/cop/rspec/remove_const.rb' + - 'lib/rubocop/cop/rspec/return_from_stub.rb' + - 'lib/rubocop/cop/rspec/shared_examples.rb' + - 'lib/rubocop/cop/rspec/single_argument_message_chain.rb' + - 'lib/rubocop/cop/rspec/stubbed_mock.rb' + - 'lib/rubocop/cop/rspec/subject_declaration.rb' + - 'lib/rubocop/cop/rspec/unspecified_exception.rb' + - 'lib/rubocop/cop/rspec/variable_definition.rb' + - 'lib/rubocop/cop/rspec/variable_name.rb' + - 'lib/rubocop/cop/rspec/verified_double_reference.rb' + - 'lib/rubocop/cop/rspec/verified_doubles.rb' + - 'lib/rubocop/cop/rspec/void_expect.rb' + - 'spec/rubocop/cop/rspec/base_spec.rb' + Rake/MethodDefinitionInTask: Exclude: - 'tasks/cut_release.rake'