gitlab-org--gitlab-foss/spec/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
gitlab
migration Fix ActiveRecord::Migration deprecations 2018-12-12 16:38:40 +01:00
qa Add a new QA::ElementWithPattern cop 2018-10-15 14:28:03 +02:00
rspec
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 Applies the CE backport of EE#657 2018-09-24 12:02:01 +01:00
include_sidekiq_worker_spec.rb
inject_enterprise_edition_module_spec.rb Added Cop for injecting EE modules 2018-12-13 16:09:21 +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