From 8d96bae6dba8c9a4ea8cc3c262ba13e9274e2268 Mon Sep 17 00:00:00 2001
From: Drew Blessing <drew@gitlab.com>
Date: Thu, 23 Jun 2016 08:59:47 -0500
Subject: [PATCH] Remove Rubocop skip comment from migration style guide [ci
 skip]

---
 doc/development/migration_style_guide.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/development/migration_style_guide.md b/doc/development/migration_style_guide.md
index 8a7547e5322..e2ca46504e7 100644
--- a/doc/development/migration_style_guide.md
+++ b/doc/development/migration_style_guide.md
@@ -37,7 +37,6 @@ First, you need to provide information on whether the migration can be applied:
 For example: 
 
 ```
-# rubocop:disable all
 # Migration type: online without errors (works on previous version and new one)
 class MyMigration < ActiveRecord::Migration
 ...
-- 
2.30.9