Commit 9ee8693f authored by Robert Speicher's avatar Robert Speicher

Merge branch 'migration_guide_remove_rubocop' into 'master'

Remove Rubocop skip comment from migration style guide

This was an error in previous MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4693

[ci skip]

See merge request !4879
parents 6f6dcc36 8d96bae6
......@@ -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
...
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment