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