summaryrefslogtreecommitdiff
path: root/rubocop/cop/migration/add_concurrent_index.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-02-11 21:09:00 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-11 21:09:00 +0000
commitbf217da41b429d80da49287b84dadcbf499ac22c (patch)
treeb3499733d7e1abb88a3f0975333c85d00a80fd96 /rubocop/cop/migration/add_concurrent_index.rb
parent559d99e40299e67969023a1afd23d084fbf23ed1 (diff)
downloadgitlab-ce-bf217da41b429d80da49287b84dadcbf499ac22c.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'rubocop/cop/migration/add_concurrent_index.rb')
-rw-r--r--rubocop/cop/migration/add_concurrent_index.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/rubocop/cop/migration/add_concurrent_index.rb b/rubocop/cop/migration/add_concurrent_index.rb
index a2e4ac72565..510f98ce373 100644
--- a/rubocop/cop/migration/add_concurrent_index.rb
+++ b/rubocop/cop/migration/add_concurrent_index.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require_relative '../../migration_helpers'
module RuboCop