summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorMatt Jankowski <matt@jankowski.online>2024-01-18 07:22:12 -0500
committerGitHub <noreply@github.com>2024-01-18 12:22:12 +0000
commitda31792ac7768299d32419764bdc118adf7e1ea5 (patch)
treeabf923d1e707ddc8c3a5cf681f644fa13becfc93 /.rubocop_todo.yml
parent3d82040b26846c5431eaff1b997b17a55a6256da (diff)
Fix `Rails/WhereExists` cop in FeaturedTag model (#28791)
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 73ad0cac059..eaa86ad15ad 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -82,7 +82,6 @@ Rails/WhereExists:
- 'app/lib/feed_manager.rb'
- 'app/lib/status_cache_hydrator.rb'
- 'app/lib/suspicious_sign_in_detector.rb'
- - 'app/models/featured_tag.rb'
- 'app/models/poll.rb'
- 'app/models/session_activation.rb'
- 'app/models/status.rb'