From a0b123b78e8fe0ea585f9a3975353febf53c56ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Mommert?= Date: Sat, 1 Jun 2024 16:31:35 +0200 Subject: [PATCH] Rubocop --- .rubocop_todo.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 4a6eac57..81e22d34 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,21 +1,21 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2024-02-16 18:01:53 UTC using RuboCop version 1.50.2. +# on 2024-06-01 14:30:58 UTC using RuboCop version 1.63.5. # 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 # versions of RuboCop, may require this file to be generated again. -# Offense count: 63 +# Offense count: 60 # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. # AllowedMethods: refine Metrics/BlockLength: - Max: 581 + Max: 605 # Offense count: 4 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: - Max: 421 + Max: 430 # Offense count: 1 # Configuration parameters: Max, CountKeywordArgs.