about summary refs log tree commit diff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-02-17 21:25:47 -0500
committerGitHub <noreply@github.com>2023-02-18 03:25:47 +0100
commit7a3d4c3d4b2efa2df3f6238b7c9da240c29c8c54 (patch)
tree086358e7b97c680fe8edcd8e429cd7a7583607b8 /.rubocop_todo.yml
parent54318dcd6d4a22a24c5d8afb7c950bed43df3964 (diff)
Enable Rubocop RSpec/MultipleDescribes (#23672)
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 66890b3d7..aa47a05fb 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1309,11 +1309,6 @@ RSpec/MissingExampleGroupArgument:
     - 'spec/services/notify_service_spec.rb'
     - 'spec/services/process_mentions_service_spec.rb'
 
-# Offense count: 1
-RSpec/MultipleDescribes:
-  Exclude:
-    - 'spec/routing/well_known_routes_spec.rb'
-
 # Offense count: 599
 RSpec/MultipleExpectations:
   Max: 19