diff options
author | Drew Blessing <drew@gitlab.com> | 2016-06-23 08:59:47 -0500 |
---|---|---|
committer | Drew Blessing <drew@gitlab.com> | 2016-06-23 09:01:04 -0500 |
commit | 8d96bae6dba8c9a4ea8cc3c262ba13e9274e2268 (patch) | |
tree | 27b65bed35cb47aee402085c8b6833674b5d6c6a /doc | |
parent | 3eab71f930f5baf72b27f46a04f84ce6a9838c21 (diff) | |
download | gitlab-ce-8d96bae6dba8c9a4ea8cc3c262ba13e9274e2268.tar.gz |
Remove Rubocop skip comment from migration style guide [ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/migration_style_guide.md | 1 |
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 ... |