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 Added FromUnion to easily select from a UNION 2018-09-17 12:39:43 +02:00
migration Make add_reference cop accept a hash for :index 2018-11-27 11:40:38 +01:00
qa Add a new QA::ElementWithPattern cop 2018-10-15 14:28:03 +02:00
rspec Introduce a new FactoriesInMigrationSpecs cop 2018-04-06 17:41:52 +02:00
avoid_break_from_strong_memoize.rb Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
avoid_return_from_blocks.rb Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
avoid_route_redirect_leading_slash.rb Fix leading slash in redirects and add cop 2018-09-21 14:10:20 +00:00
destroy_all.rb Blacklist the use of "destroy_all" 2018-08-16 17:29:33 +02:00
group_public_or_visible_to_user.rb Applies the CE backport of EE#657 2018-09-24 12:02:01 +01:00
include_sidekiq_worker.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
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 Fix LineBreakAroundConditionalBlock cop for a conditional after rescue 2018-09-05 09:34:11 -07:00
prefer_class_methods_over_module.rb Minor renames for clarity 2018-08-29 16:56:34 +02:00
project_path_helper.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
ruby_interpolation_in_translation.rb Remove unused constant 2018-09-19 15:01:27 +02:00
safe_params.rb Add cop prohibiting params argument in url_for 2018-11-22 10:08:18 +01:00
sidekiq_options_queue.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00