Skip to content

Commit 50212ed

Browse files
committed
Disable RSpec/ContextWording in .rubocop_todo.yml
Since it is offensed often when importing from RuboCop core, set same as RuboCop Core. https://github.com/rubocop-hq/rubocop/blob/v0.63.1/.rubocop_todo.yml#L36-L40
1 parent 5eb9c73 commit 50212ed

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.rubocop_todo.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,7 @@ Metrics/MethodLength:
3030
# Configuration parameters: Prefixes.
3131
# Prefixes: when, with, without
3232
RSpec/ContextWording:
33-
Exclude:
34-
- 'spec/rubocop/cop/rails/blank_spec.rb'
35-
- 'spec/rubocop/cop/rails/bulk_change_table_spec.rb'
36-
- 'spec/rubocop/cop/rails/delegate_spec.rb'
37-
- 'spec/rubocop/cop/rails/exit_spec.rb'
38-
- 'spec/rubocop/cop/rails/file_path_spec.rb'
39-
- 'spec/rubocop/cop/rails/has_many_or_has_one_dependent_spec.rb'
40-
- 'spec/rubocop/cop/rails/inverse_of_spec.rb'
41-
- 'spec/rubocop/cop/rails/present_spec.rb'
42-
- 'spec/rubocop/cop/rails/read_write_attribute_spec.rb'
43-
- 'spec/rubocop/cop/rails/redundant_receiver_in_with_options_spec.rb'
44-
- 'spec/rubocop/cop/rails/relative_date_constant_spec.rb'
45-
- 'spec/rubocop/cop/rails/reversible_migration_spec.rb'
46-
- 'spec/rubocop/cop/rails/safe_navigation_spec.rb'
33+
Enabled: false
4734

4835
# Offense count: 204
4936
# Configuration parameters: Max.

0 commit comments

Comments
 (0)