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 Add cop for use of remove_column 2017-12-11 16:34:51 +00:00
rubocop.rb Blacklist the use of "destroy_all" 2018-08-16 17:29:33 +02:00
spec_helpers.rb Introduce spec/fast_spec_helper.rb to run spec files that don't rely on the whole Rails env 2018-04-23 12:20:30 +02:00