gitlab-org--gitlab-foss/rubocop/cop
Yorick Peterse 96ce2da74e
Blacklist the use of "destroy_all"
This method usually has really bad performance implications, as it loads
rows into memory and deletes them one by one.
2018-08-16 17:29:33 +02:00
..
gitlab Add a cop for `FinderMethods` 2018-06-20 18:13:13 +02:00
migration Add rubocop check for add_reference to require index. 2018-08-08 23:30:48 +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
destroy_all.rb Blacklist the use of "destroy_all" 2018-08-16 17:29:33 +02:00
include_sidekiq_worker.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
line_break_around_conditional_block.rb Update rubocop to get rid of a warning in other MR 2018-07-09 21:12:31 +08:00
project_path_helper.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
sidekiq_options_queue.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00