about summary refs log tree commit diff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-03-23 18:19:41 -0400
committerGitHub <noreply@github.com>2023-03-23 23:19:41 +0100
commit503022d6f9c6a63ff005b048d56ea0efbaec2cdc (patch)
treea233cb98e5c6fbcea75be2f3dc622ae883eaf170 /.rubocop_todo.yml
parente7e189fa44f246f087e451cfd8333a99544ae0d3 (diff)
Exclude files for Rubocop Metrics/ClassLength (#24213)
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 3b4ff3597..64a6b6b33 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -243,10 +243,6 @@ Metrics/BlockNesting:
   Exclude:
     - 'lib/tasks/mastodon.rake'
 
-# Configuration parameters: CountComments, CountAsOne.
-Metrics/ClassLength:
-  Max: 375
-
 # Configuration parameters: AllowedMethods, AllowedPatterns.
 Metrics/CyclomaticComplexity:
   Max: 25