Commit 06b9dcb8 authored by Vitali Tatarintev's avatar Vitali Tatarintev

Merge branch '354328-rubocop-todo-move-RSpec/EmptyExampleGroup' into 'master'

Move RSpec/EmptyExampleGroup into separate TODO file

See merge request gitlab-org/gitlab!83942
parents c81a03a7 9480253a
......@@ -89,13 +89,6 @@ Performance/MethodObjectAsBlock:
RSpec/ContextWording:
Enabled: false
# Offense count: 4
# Configuration parameters: CustomIncludeMethods.
RSpec/EmptyExampleGroup:
Exclude:
- 'ee/spec/services/personal_access_tokens/revoke_invalid_tokens_spec.rb'
- 'spec/services/projects/prometheus/alerts/notify_service_spec.rb'
# Offense count: 1428
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
......
---
RSpec/EmptyExampleGroup:
Exclude:
- 'ee/spec/services/personal_access_tokens/revoke_invalid_tokens_spec.rb'
- 'spec/services/projects/prometheus/alerts/notify_service_spec.rb'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment