about summary refs log tree commit diff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-02-18 06:47:37 -0500
committerGitHub <noreply@github.com>2023-02-18 12:47:37 +0100
commitb4cbfff3ebf0da3ab0fd76686c71887854a8de87 (patch)
tree4659fd41ec528197fdfc79adc8c391819a7ecd48 /.rubocop_todo.yml
parent7e215b3bda546d1a85fea0fec7fcb55f4c8f6e3e (diff)
Autofix Rubocop RSpec/ExcessiveDocstringSpacing (#23666)
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index e7be628ef..f35336332 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -887,13 +887,6 @@ RSpec/EmptyLineAfterSubject:
 RSpec/ExampleLength:
   Max: 22
 
-# Offense count: 2
-# This cop supports safe autocorrection (--autocorrect).
-RSpec/ExcessiveDocstringSpacing:
-  Exclude:
-    - 'spec/controllers/settings/migrations_controller_spec.rb'
-    - 'spec/models/concerns/account_interactions_spec.rb'
-
 # Offense count: 1
 # This cop supports safe autocorrection (--autocorrect).
 RSpec/ExpectActual: