summaryrefslogtreecommitdiff
path: root/rubocop/rubocop.rb
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-07-07 17:14:42 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-07-07 17:14:42 +0000
commit7c35ecf7e44e5b44643b41719a67e89f99f10053 (patch)
treeb1b3d7ff37b4ef95d0f3724f65f6f30228845f08 /rubocop/rubocop.rb
parent5550cba09272c6406845b2972064e0aba1d51884 (diff)
parentff78af152cc3054a7bb76af718943dca7a69a3c5 (diff)
downloadgitlab-ce-7c35ecf7e44e5b44643b41719a67e89f99f10053.tar.gz
Merge branch 'active-record-each-batch' into 'master'
Added EachBatch for iterating tables in batches See merge request !12707
Diffstat (limited to 'rubocop/rubocop.rb')
-rw-r--r--rubocop/rubocop.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/rubocop/rubocop.rb b/rubocop/rubocop.rb
index 1e70314598a..f76144275c9 100644
--- a/rubocop/rubocop.rb
+++ b/rubocop/rubocop.rb
@@ -5,6 +5,7 @@ require_relative 'cop/redirect_with_status'
require_relative 'cop/polymorphic_associations'
require_relative 'cop/project_path_helper'
require_relative 'cop/active_record_dependent'
+require_relative 'cop/in_batches'
require_relative 'cop/migration/add_column'
require_relative 'cop/migration/add_column_with_default_to_large_table'
require_relative 'cop/migration/add_concurrent_foreign_key'