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>2020-03-24 12:09:25 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-24 12:09:25 +0300
commit6f7881ee9dcec34141a8f34fc814b56b366d2b48 (patch)
tree25f72a06874b32b1049b79a9d7f4f1b7bca43b9b /.rubocop.yml
parent8c8bf44fa64f98114f7439f751c92d59a44b3218 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml15
1 files changed, 14 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 9251c961289..b379f0ee722 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -331,8 +331,21 @@ RSpec/LeakyConstantDeclaration:
Enabled: true
Exclude:
- 'spec/**/*.rb'
- - 'ee/spec/**/*.rb'
- 'qa/spec/**/*.rb'
+ - 'ee/spec/lib/gitlab/geo/log_cursor/logger_spec.rb'
+ - 'ee/spec/lib/gitlab/geo/log_helpers_spec.rb'
+ - 'ee/spec/lib/gitlab/geo/replicator_spec.rb'
+ - 'ee/spec/mailers/emails/service_desk_spec.rb'
+ - 'ee/spec/migrations/remove_creations_in_gitlab_subscription_histories_spec.rb'
+ - 'ee/spec/migrations/set_resolved_state_on_vulnerabilities_spec.rb'
+ - 'ee/spec/models/repository_spec.rb'
+ - 'ee/spec/presenters/security/vulnerable_project_presenter_spec.rb'
+ - 'ee/spec/serializers/vulnerable_project_entity_spec.rb'
+ - 'ee/spec/services/clusters/applications/check_upgrade_progress_service_spec.rb'
+ - 'ee/spec/services/dashboard/projects/list_service_spec.rb'
+ - 'ee/spec/services/metrics/dashboard/clone_dashboard_service_spec.rb'
+ - 'ee/spec/support/shared_contexts/epic_aggregate_constants.rb'
+ - 'ee/spec/workers/elastic_namespace_rollout_worker_spec.rb'
RSpec/EmptyLineAfterHook:
Enabled: false