about summary refs log tree commit diff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-02-19 00:54:34 -0500
committerGitHub <noreply@github.com>2023-02-19 14:54:34 +0900
commite0e63b73ee906abea5e359e695bff4276e6c3276 (patch)
tree69e687d20e468a18251c1920afe587636888d05c /.rubocop_todo.yml
parent81ad6c2e39393ff20450385cb37dd9bf6e6651e5 (diff)
Autofix Rubocop RSpec/EmptyLineAfterHook (#23718)
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 e99747819..c3a62c2d9 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -825,13 +825,6 @@ RSpec/EmptyExampleGroup:
     - 'spec/models/web/setting_spec.rb'
     - 'spec/services/unmute_service_spec.rb'
 
-# Offense count: 1
-# This cop supports safe autocorrection (--autocorrect).
-# Configuration parameters: AllowConsecutiveOneLiners.
-RSpec/EmptyLineAfterHook:
-  Exclude:
-    - 'spec/helpers/application_helper_spec.rb'
-
 # Offense count: 19
 # This cop supports safe autocorrection (--autocorrect).
 RSpec/EmptyLineAfterSubject: