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 07:43:10 -0500
committerGitHub <noreply@github.com>2023-02-17 21:43:10 +0900
commit936204b9eae85829c368e5877e4166faa5861fab (patch)
treec5a5798764806dcaa5ac96cdf56512f35386fa97 /.rubocop_todo.yml
parent37914c8757062194c8da2ede28927fdc177dc140 (diff)
Autofix Rubocop Style/NestedParenthesizedCalls (#23646)
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 1a8bd9471..34143a679 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -3450,14 +3450,6 @@ Style/MutableConstant:
     - 'lib/mastodon/snowflake.rb'
     - 'spec/controllers/api/base_controller_spec.rb'
 
-# Offense count: 1
-# This cop supports safe autocorrection (--autocorrect).
-# Configuration parameters: AllowedMethods.
-# AllowedMethods: be, be_a, be_an, be_between, be_falsey, be_kind_of, be_instance_of, be_truthy, be_within, eq, eql, end_with, include, match, raise_error, respond_to, start_with
-Style/NestedParenthesizedCalls:
-  Exclude:
-    - 'spec/services/post_status_service_spec.rb'
-
 # Offense count: 7
 # This cop supports safe autocorrection (--autocorrect).
 # Configuration parameters: MinDigits, Strict, AllowedNumbers, AllowedPatterns.