From 5bebc68770127d4686b55123e16a6c50053ff917 Mon Sep 17 00:00:00 2001 From: Flipez Date: Sun, 29 Aug 2021 12:37:39 +0200 Subject: [PATCH] fix rubocop Signed-off-by: Flipez --- .rubocop_todo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index ad158ca9..33771fd7 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2021-08-28 22:44:11 UTC using RuboCop version 1.20.0. +# on 2021-08-29 10:37:17 UTC using RuboCop version 1.20.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new @@ -26,7 +26,7 @@ Metrics/BlockLength: # Offense count: 2 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: - Max: 152 + Max: 154 # Offense count: 2 # Configuration parameters: IgnoredMethods.