From 47498efcc3f35ac0cd656cbb2f3e621e1ba3f123 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 7 Nov 2018 11:25:12 +0100 Subject: [PATCH] Reduce the max class length after splitting the changeset comments controller tests out --- .rubocop_todo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 7d2c583eb..ea957a8ca 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -48,7 +48,7 @@ Metrics/BlockNesting: # Offense count: 63 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 1801 + Max: 1627 # Offense count: 72 Metrics/CyclomaticComplexity: -- 2.43.2