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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-02-20 03:10:55 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-20 03:10:55 +0300
commitcf0dbcbf109a51edad3533b51f2bc76163e7305a (patch)
tree2f48a49c42fb4cef1eb6ca2f3c24ea2cc67ff14e /rubocop
parent83d7a3922367d95a0875f9bdbdbf34a37f84e3fb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'rubocop')
-rw-r--r--rubocop/cop/migration/with_lock_retries_disallowed_method.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/rubocop/cop/migration/with_lock_retries_disallowed_method.rb b/rubocop/cop/migration/with_lock_retries_disallowed_method.rb
index aef19517a9d..f423bde8343 100644
--- a/rubocop/cop/migration/with_lock_retries_disallowed_method.rb
+++ b/rubocop/cop/migration/with_lock_retries_disallowed_method.rb
@@ -21,6 +21,7 @@ module RuboCop
change_column_null
remove_foreign_key_if_exists
remove_foreign_key_without_error
+ rename_index
table_exists?
index_exists_by_name?
foreign_key_exists?