summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorMatt Jankowski <matt@jankowski.online>2023-12-22 03:32:27 -0500
committerGitHub <noreply@github.com>2023-12-22 08:32:27 +0000
commite6e217fedd13251db166010814a6ae0cdba2ad96 (patch)
treebe3fd0d709dc0e29deb327ad3408322e449857dd /.rubocop_todo.yml
parent513d35969ef8d11ea494fb049094868b833bcff8 (diff)
Clean up `tagged_with_*` Status specs, fix `RSpec/LetSetup` cop (#28462)
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 384f80923f5..11bacb3b1d6 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -48,7 +48,6 @@ RSpec/ExampleLength:
RSpec/LetSetup:
Exclude:
- 'spec/models/account_statuses_cleanup_policy_spec.rb'
- - 'spec/models/status_spec.rb'
- 'spec/services/activitypub/fetch_featured_collection_service_spec.rb'
RSpec/MultipleExpectations: