From 7f9569edeeaabcf51d29dd9489c9b294395e7f45 Mon Sep 17 00:00:00 2001 From: Aaron Stone Date: Mon, 19 Mar 2018 16:54:14 -0700 Subject: [PATCH] Bump RuboCop limits for spec file length --- .rubocop_todo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index e675d69af..ee0f3d82d 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -13,7 +13,7 @@ Metrics/AbcSize: # Offense count: 31 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: - Max: 825 + Max: 850 # Offense count: 1 # Configuration parameters: CountBlocks.