summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export
diff options
context:
space:
mode:
authorJames Edwards-Jones <jedwardsjones@gitlab.com>2017-04-03 20:06:06 +0100
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-04-03 20:06:06 +0100
commit9f4b8dba805915bd21d315f159035449f9f4bef0 (patch)
treed7e5564a80a01de9153aa1fa9143f0b80d69ad87 /lib/gitlab/import_export
parent35b719f60b21fbd09a1a2b4dc0d3f1e3e74e89e1 (diff)
downloadgitlab-ce-9f4b8dba805915bd21d315f159035449f9f4bef0.tar.gz
Clean up non TODO rubocop errors
Diffstat (limited to 'lib/gitlab/import_export')
-rw-r--r--lib/gitlab/import_export/relation_factory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/relation_factory.rb b/lib/gitlab/import_export/relation_factory.rb
index d44563333a5..9d269c5d384 100644
--- a/lib/gitlab/import_export/relation_factory.rb
+++ b/lib/gitlab/import_export/relation_factory.rb
@@ -7,7 +7,7 @@ module Gitlab
triggers: 'Ci::Trigger',
builds: 'Ci::Build',
hooks: 'ProjectHook',
- merge_access_levels: 'ProtectedBranch::MergeAccessLevel',
+ merge_access_levels: 'ProtectedBranch::MergeAccessLevel', #TODO: Tags
push_access_levels: 'ProtectedBranch::PushAccessLevel',
labels: :project_labels,
priorities: :label_priorities,