Skip to content

Commit

Permalink
Regenerate RuboCop TODO file with latest RuboCop version
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Jan 27, 2025
1 parent 6ddeea4 commit b745d29
Showing 1 changed file with 55 additions and 2 deletions.
57 changes: 55 additions & 2 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit b745d29

Please sign in to comment.