gitlab-org--gitlab-foss/rubocop
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
..
cop Blacklist the use of "destroy_all" 2018-08-16 17:29:33 +02:00
migration_helpers.rb
rubocop.rb Blacklist the use of "destroy_all" 2018-08-16 17:29:33 +02:00
spec_helpers.rb