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:
authorSean McGivern <sean@gitlab.com>2016-06-09 15:39:16 +0300
committerSean McGivern <sean@gitlab.com>2016-06-09 18:05:25 +0300
commit98bb435f4266719b1e0fca57472a0f4e50d30371 (patch)
tree530dcd4c4ee397ae77e94a493fcefae6b4df72a7 /db/migrate/20150425164651_change_collation_for_tag_names.acts_as_taggable_on_engine.rb
parent3803b380b43af2bdb20dced27fce79511dfb2897 (diff)
Enable RuboCop for migrations
Migrations shouldn't fail RuboCop checks - especially lint checks, such as the nested method check. To avoid changing code in existing migrations, add the magic comment to the top of each of them to skip that file.
Diffstat (limited to 'db/migrate/20150425164651_change_collation_for_tag_names.acts_as_taggable_on_engine.rb')
-rw-r--r--db/migrate/20150425164651_change_collation_for_tag_names.acts_as_taggable_on_engine.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20150425164651_change_collation_for_tag_names.acts_as_taggable_on_engine.rb b/db/migrate/20150425164651_change_collation_for_tag_names.acts_as_taggable_on_engine.rb
index bfb06bc7cda..642c4745321 100644
--- a/db/migrate/20150425164651_change_collation_for_tag_names.acts_as_taggable_on_engine.rb
+++ b/db/migrate/20150425164651_change_collation_for_tag_names.acts_as_taggable_on_engine.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
# This migration comes from acts_as_taggable_on_engine (originally 5)
# This migration is added to circumvent issue #623 and have special characters
# work properly