summaryrefslogtreecommitdiff
path: root/rubocop/cop/database/multiple_databases.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-11 21:08:09 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-11 21:08:09 +0000
commitfdc26e021b1e3eea4161bf6891f3a151fb7414b0 (patch)
treef06ce58930f41f8d031e827df198fed5dfab09be /rubocop/cop/database/multiple_databases.rb
parent11df4bf91b8cf9ac7bb601241992e300eebf684c (diff)
downloadgitlab-ce-fdc26e021b1e3eea4161bf6891f3a151fb7414b0.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'rubocop/cop/database/multiple_databases.rb')
-rw-r--r--rubocop/cop/database/multiple_databases.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/rubocop/cop/database/multiple_databases.rb b/rubocop/cop/database/multiple_databases.rb
index 470c282f60f..1ac9bb4473b 100644
--- a/rubocop/cop/database/multiple_databases.rb
+++ b/rubocop/cop/database/multiple_databases.rb
@@ -19,6 +19,7 @@ module RuboCop
ALLOWED_METHODS = %i[
no_touching
+ configurations
].freeze
def_node_matcher :active_record_base_method_is_used?, <<~PATTERN