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:
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 3553ab14f29..66a025a8fe7 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -269,14 +269,6 @@ RSpec/ScatteredSetup:
- 'spec/requests/api/jobs_spec.rb'
- 'spec/services/projects/create_service_spec.rb'
-# Offense count: 4
-RSpec/VoidExpect:
- Exclude:
- - 'spec/features/projects/services/user_activates_mattermost_slash_command_spec.rb'
- - 'spec/models/ci/group_spec.rb'
- - 'spec/models/ci/runner_spec.rb'
- - 'spec/services/users/destroy_service_spec.rb'
-
# Offense count: 10
# Cop supports --auto-correct.
Rails/ApplicationController: