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:59:57 -0500
committerGitHub <noreply@github.com>2023-02-18 03:59:57 +0100
commite5cf23cf3a45cee0abe2e3ad4de1b8c03bcb6f73 (patch)
tree554b54b1576a253f31aa616a2a68f32418f070cf /.rubocop_todo.yml
parentefd424506accea3ddc21ff77a3ca5b7946e00211 (diff)
Enable Rubocop RSpec/HooksBeforeExamples (#23668)
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index c785dccd6..91d600497 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1028,12 +1028,6 @@ RSpec/HookArgument:
     - 'spec/services/import_service_spec.rb'
     - 'spec/spec_helper.rb'
 
-# Offense count: 1
-# This cop supports safe autocorrection (--autocorrect).
-RSpec/HooksBeforeExamples:
-  Exclude:
-    - 'spec/services/fetch_resource_service_spec.rb'
-
 # Offense count: 159
 # This cop supports safe autocorrection (--autocorrect).
 # Configuration parameters: EnforcedStyle.