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-05-21 15:08:08 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-21 15:08:08 +0300
commit0e54270ecfcd621d6bba749dd484e4abac83a6ff (patch)
tree7ea302f28b985c3cf1165238d9af9c4f8cbe2b37 /.rubocop.yml
parent7379b60d2c1bdb0368908ecf99e270264d0eecd4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 807d6ca10d3..b6f7bd3da8c 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -350,10 +350,6 @@ RSpec/LeakyConstantDeclaration:
Exclude:
- 'spec/db/schema_spec.rb'
- 'spec/lib/feature_spec.rb'
- - 'spec/lib/gitlab/ci/build/credentials/factory_spec.rb'
- - 'spec/lib/gitlab/ci/config/entry/retry_spec.rb'
- - 'spec/lib/gitlab/cluster/mixins/puma_cluster_spec.rb'
- - 'spec/lib/gitlab/cluster/mixins/unicorn_http_server_spec.rb'
- 'spec/lib/gitlab/config/entry/simplifiable_spec.rb'
- 'spec/lib/gitlab/database/migration_helpers_spec.rb'
- 'spec/lib/gitlab/database/obsolete_ignored_columns_spec.rb'
@@ -361,7 +357,6 @@ RSpec/LeakyConstantDeclaration:
- 'spec/lib/gitlab/git/diff_collection_spec.rb'
- 'spec/lib/gitlab/import_export/import_test_coverage_spec.rb'
- 'spec/lib/gitlab/import_export/project/relation_factory_spec.rb'
- - 'spec/lib/gitlab/path_regex_spec.rb'
- 'spec/lib/gitlab/quick_actions/dsl_spec.rb'
- 'spec/lib/marginalia_spec.rb'
- 'spec/mailers/notify_spec.rb'
@@ -374,7 +369,6 @@ RSpec/LeakyConstantDeclaration:
- 'spec/services/clusters/applications/check_installation_progress_service_spec.rb'
- 'spec/services/clusters/applications/check_uninstall_progress_service_spec.rb'
- 'spec/support/shared_examples/quick_actions/issuable/issuable_quick_actions_shared_examples.rb'
- - 'spec/support_specs/matchers/exceed_query_limit_helpers_spec.rb'
RSpec/EmptyLineAfterHook:
Enabled: false