From b689f371350fbf1b71f266764ee018befc9b91f7 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 14 Jul 2021 15:09:57 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .rubocop.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 981b71e582f..31bb810aab2 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -280,6 +280,22 @@ GitlabSecurity/PublicSend: - 'ee/lib/**/*.rake' - 'ee/spec/**/*' +Database/MultipleDatabases: + Enabled: true + Include: + - 'app/**/*.rb' + - 'ee/app/**/*.rb' + - 'lib/**/*.rb' + - 'ee/lib/**/*.rb' + - 'spec/**/*.rb' + - 'ee/spec/**/*.rb' + Exclude: + - 'ee/db/**/*.rb' + - 'spec/migrations/**/*.rb' + - 'lib/gitlab/background_migration/**/*.rb' + - 'spec/lib/gitlab/background_migration/**/*.rb' + - 'spec/lib/gitlab/database/**/*.rb' + Gitlab/DuplicateSpecLocation: Enabled: true -- cgit v1.2.3