Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Blessing <drew@gitlab.com>2016-06-23 16:59:47 +0300
committerDrew Blessing <drew@gitlab.com>2016-06-23 17:01:04 +0300
commit8d96bae6dba8c9a4ea8cc3c262ba13e9274e2268 (patch)
tree27b65bed35cb47aee402085c8b6833674b5d6c6a /doc/development/migration_style_guide.md
parent3eab71f930f5baf72b27f46a04f84ce6a9838c21 (diff)
Remove Rubocop skip comment from migration style guide [ci skip]
Diffstat (limited to 'doc/development/migration_style_guide.md')
-rw-r--r--doc/development/migration_style_guide.md1
1 files changed, 0 insertions, 1 deletions
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
...