diff options
author | Robert Speicher <rspeicher@gmail.com> | 2017-04-24 12:48:35 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2017-04-28 15:55:55 -0500 |
commit | b9fa17d87b534e588d80bb029c7f8cf9f9ff0c45 (patch) | |
tree | 11af18e9ec7f21e687c31b5f3fca414cd19b6892 /rubocop/rubocop.rb | |
parent | 9c27c90b4a8a9ea179af9588a7dbd2037829905f (diff) | |
download | gitlab-ce-b9fa17d87b534e588d80bb029c7f8cf9f9ff0c45.tar.gz |
Add AddColumnWithDefaultToLargeTable cop
Diffstat (limited to 'rubocop/rubocop.rb')
-rw-r--r-- | rubocop/rubocop.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rubocop/rubocop.rb b/rubocop/rubocop.rb index cdc0fbfd6a8..4ff204f939e 100644 --- a/rubocop/rubocop.rb +++ b/rubocop/rubocop.rb @@ -1,6 +1,7 @@ require_relative 'cop/custom_error_class' require_relative 'cop/gem_fetcher' 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' require_relative 'cop/migration/add_concurrent_index' require_relative 'cop/migration/add_index' |