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 22:30:14 -0500
committerGitHub <noreply@github.com>2023-02-18 04:30:14 +0100
commite2567df86063b537e4a3ab2afd5c28a54140f720 (patch)
tree4e0bec8307a8c1e365e14f351f5037e0e912a283 /.rubocop_todo.yml
parentd65b2c1924d8ff63c6e8c1b79d678e78e9126df9 (diff)
Enable Lint/RedundantCopDisableDirective (#23687)
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 523570607..68d3f2bd7 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -3626,7 +3626,3 @@ Style/WordArray:
     - 'spec/services/activitypub/process_account_service_spec.rb'
     - 'spec/services/delete_account_service_spec.rb'
     - 'spec/workers/scheduler/accounts_statuses_cleanup_scheduler_spec.rb'
-
-# don't clean out the manual directives overridden by generated file
-Lint/RedundantCopDisableDirective:
-  Enabled: false