diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-05-11 21:08:09 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-05-11 21:08:09 +0000 |
commit | fdc26e021b1e3eea4161bf6891f3a151fb7414b0 (patch) | |
tree | f06ce58930f41f8d031e827df198fed5dfab09be /rubocop/cop/database/multiple_databases.rb | |
parent | 11df4bf91b8cf9ac7bb601241992e300eebf684c (diff) | |
download | gitlab-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.rb | 1 |
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 |