From 393ee32ef5bc4cdd72037cac85001207e51c7f4d Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Wed, 24 May 2023 16:21:42 +0200 Subject: Fix Style/RedundantFileExtensionInRequire offenses --- .rubocop_todo.yml | 11 ----------- 1 file changed, 11 deletions(-) (limited to '.rubocop_todo.yml') diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index a0260f2e..49fda8fb 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -349,17 +349,6 @@ Style/RandomWithOffset: Exclude: - 'lib/axlsx/drawing/vml_shape.rb' -# This cop supports safe autocorrection (--autocorrect). -Style/RedundantFileExtensionInRequire: - Exclude: - - 'lib/axlsx/content_type/content_type.rb' - - 'lib/axlsx/drawing/drawing.rb' - - 'lib/axlsx/rels/relationships.rb' - - 'lib/axlsx/stylesheet/styles.rb' - - 'lib/axlsx/workbook/workbook.rb' - - 'lib/axlsx/workbook/worksheet/auto_filter/auto_filter.rb' - - 'lib/caxlsx.rb' - # This cop supports unsafe autocorrection (--autocorrect-all). Style/RedundantInterpolation: Exclude: -- cgit v1.2.3