gitlab-org--gitlab-foss/spec/rubocop/cop
Kamil Trzciński 650f40865e Forbid the use of #reload and prefer #reset
The `#reload` makes to load all objects into memory,
and the main purpose of `#reload` is to drop the association cache.

The `#reset` seems to solve exactly that case.
2019-04-15 13:05:14 +02:00
..
code_reuse
gitlab
migration Properly handle ee migration specs 2019-03-28 05:48:53 +08:00
qa
rspec
active_record_association_reload_spec.rb Forbid the use of #reload and prefer #reset 2019-04-15 13:05:14 +02:00
avoid_break_from_strong_memoize_spec.rb
avoid_return_from_blocks_spec.rb
avoid_route_redirect_leading_slash_spec.rb
destroy_all_spec.rb
group_public_or_visible_to_user_spec.rb
include_sidekiq_worker_spec.rb
inject_enterprise_edition_module_spec.rb Fix detecting nested EE constants in RuboCop 2019-01-16 16:48:18 +01:00
line_break_around_conditional_block_spec.rb
prefer_class_methods_over_module_spec.rb
project_path_helper_spec.rb
ruby_interpolation_in_translation_spec.rb
safe_params_spec.rb Add cop prohibiting params argument in url_for 2018-11-22 10:08:18 +01:00
sidekiq_options_queue_spec.rb