.rubocop.yml in reek-4.5.6 vs .rubocop.yml in reek-4.6.0
- old
+ new
@@ -47,16 +47,10 @@
# Our examples are large because we have source literals in them
RSpec/ExampleLength:
Enabled: false
-# FIXME: Find a better way to block output during specs, and fix relevant examples.
-RSpec/ExpectOutput:
- Exclude:
- - 'spec/reek/cli/command/todo_list_command_spec.rb'
- - 'spec/reek/source/source_code_spec.rb'
-
# FIXME: Split up files to avoid offenses
RSpec/MultipleDescribes:
Exclude:
- 'spec/reek/ast/sexp_extensions_spec.rb'
- 'spec/reek/code_comment_spec.rb'
@@ -76,16 +70,9 @@
# FIXME: Update specs to avoid offenses
RSpec/NestedGroups:
Exclude:
- 'spec/reek/cli/application_spec.rb'
-
-# FIXME: Update specs to avoid offenses
-RSpec/VerifiedDoubles:
- Exclude:
- - 'spec/reek/context/code_context_spec.rb'
- - 'spec/reek/context/method_context_spec.rb'
- - 'spec/reek/context/module_context_spec.rb'
# rubocop-rspec expects a CodeClimate namespace to go with the code_climate directory.
RSpec/FilePath:
Exclude:
- 'spec/reek/report/code_climate/code_climate_configuration_spec.rb'