1---
2Database/MultipleDatabases:
3  Exclude:
4  - ee/lib/ee/gitlab/database.rb
5  - ee/lib/gitlab/geo/database_tasks.rb
6  - ee/lib/gitlab/geo/geo_tasks.rb
7  - ee/lib/gitlab/geo/health_check.rb
8  - ee/lib/gitlab/geo/log_cursor/daemon.rb
9  - ee/lib/pseudonymizer/dumper.rb
10  - ee/lib/pseudonymizer/pager.rb
11  - ee/lib/system_check/geo/geo_database_configured_check.rb
12  - ee/spec/lib/pseudonymizer/dumper_spec.rb
13  - ee/spec/services/ee/merge_requests/update_service_spec.rb
14  - lib/backup/database.rb
15  - lib/backup/manager.rb
16  - lib/gitlab/current_settings.rb
17  - lib/gitlab/database/load_balancing/load_balancer.rb
18  - lib/gitlab/database/load_balancing.rb
19  - lib/gitlab/database/load_balancing/sticking.rb
20  - lib/gitlab/database/migrations/observers/migration_observer.rb
21  - lib/gitlab/database/migrations/observers/query_log.rb
22  - lib/gitlab/database/partitioning_migration_helpers/backfill_partitioned_table.rb
23  - lib/gitlab/database.rb
24  - lib/gitlab/database/schema_cache_with_renamed_table.rb
25  - lib/gitlab/database/with_lock_retries.rb
26  - lib/gitlab/gitlab_import/importer.rb
27  - lib/gitlab/health_checks/db_check.rb
28  - lib/gitlab/import_export/base/relation_factory.rb
29  - lib/gitlab/import_export/group/relation_tree_restorer.rb
30  - lib/gitlab/legacy_github_import/importer.rb
31  - lib/gitlab/metrics/samplers/database_sampler.rb
32  - lib/gitlab/seeder.rb
33  - lib/gitlab/sherlock/query.rb
34  - lib/system_check/orphans/repository_check.rb
35  - spec/db/schema_spec.rb
36  - spec/initializers/database_config_spec.rb
37  - spec/lib/backup/manager_spec.rb
38  - spec/lib/gitlab/current_settings_spec.rb
39  - spec/lib/gitlab/database_spec.rb
40  - spec/lib/gitlab/metrics/subscribers/active_record_spec.rb
41  - spec/lib/gitlab/profiler_spec.rb
42  - spec/lib/gitlab/usage_data_metrics_spec.rb
43  - spec/lib/gitlab/usage_data_queries_spec.rb
44  - spec/lib/gitlab/usage/metrics/names_suggestions/relation_parsers/constraints_spec.rb
45  - spec/lib/gitlab/usage/metrics/names_suggestions/relation_parsers/joins_spec.rb
46  - spec/lib/gitlab/usage/metrics/instrumentations/database_metric_spec.rb
47  - spec/lib/gitlab/utils/usage_data_spec.rb
48  - spec/models/project_feature_usage_spec.rb
49  - spec/models/users_statistics_spec.rb
50  - spec/services/users/activity_service_spec.rb
51  - spec/support/caching.rb
52  - spec/support/gitlab/usage/metrics_instrumentation_shared_examples.rb
53  - spec/support/helpers/database_connection_helpers.rb
54  - spec/support/helpers/database/database_helpers.rb
55  - spec/support/helpers/database/table_schema_helpers.rb
56  - spec/support/helpers/migrations_helpers.rb
57  - spec/support/helpers/query_recorder.rb
58  - spec/support/helpers/usage_data_helpers.rb
59  - spec/tasks/gitlab/backup_rake_spec.rb
60  - spec/tasks/gitlab/db_rake_spec.rb
61