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 16:54:30 -0500
committerGitHub <noreply@github.com>2023-02-19 06:54:30 +0900
commit08289a38fa787694cb1c94292bd60b119a906315 (patch)
tree1eafb8d320e5407e0d12a90a43a9091061ec769c /.rubocop_todo.yml
parent5069769cbe7295268e8b87ce34fa0a753bfbb233 (diff)
Autofix Rubocop Style/TrailingCommaInArrayLiteral (#23692)
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index ca2b085c9..5f03f3b78 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -3405,18 +3405,6 @@ Style/SymbolProc:
   Exclude:
     - 'spec/lib/request_spec.rb'
 
-# Offense count: 10
-# This cop supports safe autocorrection (--autocorrect).
-# Configuration parameters: EnforcedStyleForMultiline.
-# SupportedStylesForMultiline: comma, consistent_comma, no_comma
-Style/TrailingCommaInArrayLiteral:
-  Exclude:
-    - 'spec/helpers/jsonld_helper_spec.rb'
-    - 'spec/lib/extractor_spec.rb'
-    - 'spec/services/activitypub/process_account_service_spec.rb'
-    - 'spec/services/activitypub/process_collection_service_spec.rb'
-    - 'spec/workers/activitypub/move_distribution_worker_spec.rb'
-
 # Offense count: 4
 # This cop supports safe autocorrection (--autocorrect).
 Style/UnpackFirst: