summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorMatt Jankowski <matt@jankowski.online>2024-01-23 06:41:34 -0500
committerGitHub <noreply@github.com>2024-01-23 11:41:34 +0000
commitceade78182e882f3a045d4c6c748743bfc0b8f5e (patch)
tree8faae5e89665a0719f02baba021bf0c4f13ea1b4 /.rubocop_todo.yml
parent78ee1453f99bbdd1411349ac5b84833ff7b9e6cb (diff)
Fix `Rails/WhereExists` cop in app/services (#28853)
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index c0fb7a5ce21..bef79e451a8 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -86,8 +86,6 @@ Rails/WhereExists:
- 'app/models/status.rb'
- 'app/policies/status_policy.rb'
- 'app/serializers/rest/announcement_serializer.rb'
- - 'app/services/activitypub/fetch_remote_status_service.rb'
- - 'app/services/vote_service.rb'
- 'app/workers/move_worker.rb'
- 'spec/models/account_spec.rb'
- 'spec/services/activitypub/process_collection_service_spec.rb'