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 17:17:59 -0500
committerGitHub <noreply@github.com>2023-02-19 07:17:59 +0900
commitac3561098e9cd1fd1ccee558295eb9f3430099d6 (patch)
tree8f0899c185971b4e9069410256757beb1014abd4 /.rubocop_todo.yml
parent1a021011009607283cc8e602a8d0ebe3ecd73d92 (diff)
Autofix Rubocop RSpec/LetBeforeExamples (#23671)
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 83b2a37aa..1c22c440b 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1121,12 +1121,6 @@ RSpec/LeakyConstantDeclaration:
     - 'spec/lib/settings/extend_spec.rb'
     - 'spec/models/concerns/remotable_spec.rb'
 
-# Offense count: 2
-# This cop supports safe autocorrection (--autocorrect).
-RSpec/LetBeforeExamples:
-  Exclude:
-    - 'spec/models/user_spec.rb'
-
 # Offense count: 108
 RSpec/LetSetup:
   Exclude: