diff options
author | Robert Speicher <robert@gitlab.com> | 2016-05-19 16:49:14 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-05-19 16:49:14 +0000 |
commit | 883e2d2187a9abbfcd7b90adc3bd84edcd45db16 (patch) | |
tree | dc6844aa2d36025b81467606349a13fff2bd5eba /.rubocop.yml | |
parent | 9cd21b325dcdff96e59f8ab496b99d74274fca4d (diff) | |
parent | 7e7764139d171ceeee5200b2677bdab0f8ab7c2d (diff) | |
download | gitlab-ce-883e2d2187a9abbfcd7b90adc3bd84edcd45db16.tar.gz |
Merge branch 'migration-helpers' into 'master'
Added helper methods for database migrations
These helpers can ultimately be used to write migrations that don't
require downtime.
See #15464 for more information.
See merge request !3860
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 562197300b4..2d2055d76b5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -21,6 +21,7 @@ AllCops: - 'lib/email_validator.rb' - 'lib/gitlab/upgrader.rb' - 'lib/gitlab/seeder.rb' + - 'lib/templates/**/*' ##################### Style ################################## |