gitlab-org--gitlab-foss/rubocop/cop
Yorick Peterse 7c58055631
Added Cop for injecting EE modules
This Cop enforces the rule that injecting EE modules (using prepend,
include, or extend) is done by placing the injection on the last line of
a file, instead of somewhere in the middle. By placing these lines at
the very end, merge conflicts will not happen.
2018-12-13 16:09:21 +01:00
..
code_reuse Whitelist none method from ActiveRecord::Querying 2018-10-31 15:46:36 -03:00
gitlab
migration Make add_reference cop accept a hash for :index 2018-11-27 11:40:38 +01:00
qa
rspec
avoid_break_from_strong_memoize.rb
avoid_return_from_blocks.rb
avoid_route_redirect_leading_slash.rb
destroy_all.rb
group_public_or_visible_to_user.rb
include_sidekiq_worker.rb
inject_enterprise_edition_module.rb Added Cop for injecting EE modules 2018-12-13 16:09:21 +01:00
line_break_around_conditional_block.rb
prefer_class_methods_over_module.rb
project_path_helper.rb
ruby_interpolation_in_translation.rb
safe_params.rb Add cop prohibiting params argument in url_for 2018-11-22 10:08:18 +01:00
sidekiq_options_queue.rb