We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3b3ad commit ebe40d1Copy full SHA for ebe40d1
.rubocop.yml
@@ -329,6 +329,16 @@ Style/Semicolon:
329
Style/SignalException:
330
Enabled: false
331
332
+Style/SingleLineMethods:
333
+ Exclude:
334
+ - 'spec/rspec/rails/example/controller_example_group_spec.rb'
335
+ - 'spec/rspec/rails/matchers/active_job_spec.rb'
336
+ - 'spec/rspec/rails/matchers/be_a_new_spec.rb'
337
+ - 'spec/rspec/rails/matchers/has_spec.rb'
338
+ - 'spec/rspec/rails/matchers/have_enqueued_mail_spec.rb'
339
+ - 'spec/rspec/rails/matchers/have_rendered_spec.rb'
340
+ - 'spec/rspec/rails/setup_and_teardown_adapter_spec.rb'
341
+
342
# This rule favors constant names from the English standard library which we don't load.
343
Style/SpecialGlobalVars:
344
0 commit comments