From 988c79b8d7602c67f7b761269383129609cf63a7 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Thu, 15 Jun 2023 09:30:29 +0200 Subject: Fix redundant self offenses No performance gain, this can be seen as a cosmetic change to have shorter lines --- .rubocop_todo.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.rubocop_todo.yml') diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index a855f812..2003c044 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -303,10 +303,6 @@ Style/RedundantRegexpEscape: - 'lib/axlsx/workbook/worksheet/pivot_table.rb' - 'lib/axlsx/workbook/worksheet/table.rb' -# This cop supports safe autocorrection (--autocorrect). -Style/RedundantSelf: - Enabled: false - # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods, MaxChainLength. # AllowedMethods: present?, blank?, presence, try, try! -- cgit v1.2.3