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-13 21:08:47 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-13 21:08:47 +0300
commite689e858ede41a34b1e9132eba6a602632e6885e (patch)
tree57f173714a177a70aa6631d77f10d5628d42cd90 /.rubocop_todo.yml
parent868e4e69bba7d3ddc2bf4899ee45d6c377a8e536 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index bd0f9184cd6..c359670759e 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -208,6 +208,17 @@ Naming/RescuedExceptionsVariableName:
RSpec/ContextWording:
Enabled: false
+RSpec/EmptyLineAfterSharedExample:
+ Exclude:
+ - 'ee/spec/mailers/notify_spec.rb'
+ - 'ee/spec/services/quick_actions/interpret_service_spec.rb'
+ - 'spec/controllers/repositories/git_http_controller_spec.rb'
+ - 'spec/finders/projects/serverless/functions_finder_spec.rb'
+ - 'spec/lib/gitlab/hook_data/issuable_builder_spec.rb'
+ - 'spec/lib/gitlab/legacy_github_import/importer_spec.rb'
+ - 'spec/models/event_spec.rb'
+ - 'spec/support/shared_examples/models/issuable_hook_data_shared_examples.rb'
+
# Offense count: 879
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.