From 5c38fdfc52a573a0a05057076cf96996c1002a0d Mon Sep 17 00:00:00 2001 From: Rubocop Challenger Date: Thu, 4 Jan 2024 23:33:27 +0000 Subject: [PATCH] :police_car: regenerate rubocop todo --- .rubocop_todo.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index d58fb6a..225c6a2 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config --exclude-limit 180` -# on 2024-01-04 23:33:21 UTC using RuboCop version 1.59.0. +# on 2024-01-04 23:33:26 UTC using RuboCop version 1.59.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 @@ -260,13 +260,6 @@ Lint/SymbolConversion: Exclude: - 'lib/excel_templating/excel_abstraction/sheet.rb' -# Offense count: 1 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods, IgnoreNotImplementedMethods. -Lint/UnusedMethodArgument: - Exclude: - - 'lib/excel_templating/excel_abstraction/cell_range.rb' - # Offense count: 1 # This cop supports unsafe autocorrection (--autocorrect-all). Lint/UselessAssignment: @@ -404,7 +397,6 @@ Style/ExpandPathArguments: Exclude: - 'excel_templating.gemspec' - # Offense count: 41 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: EnforcedStyle.