summaryrefslogtreecommitdiff
path: root/db/migrate/20160525205328_remove_main_language_from_projects.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160525205328_remove_main_language_from_projects.rb')
-rw-r--r--db/migrate/20160525205328_remove_main_language_from_projects.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20160525205328_remove_main_language_from_projects.rb b/db/migrate/20160525205328_remove_main_language_from_projects.rb
index 0f9d60c385f..dc4ceacddb1 100644
--- a/db/migrate/20160525205328_remove_main_language_from_projects.rb
+++ b/db/migrate/20160525205328_remove_main_language_from_projects.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.