summaryrefslogtreecommitdiffhomepage
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-05-24 16:21:42 +0200
committerGeremia Taglialatela <[email protected]>2023-05-24 16:21:42 +0200
commit393ee32ef5bc4cdd72037cac85001207e51c7f4d (patch)
tree38d8922697aeb0f32fce69fcf1b9f7ef21f44b97 /.rubocop_todo.yml
parent14b7da239879d5299775c48666b43f3016add8ec (diff)
downloadcaxlsx-393ee32ef5bc4cdd72037cac85001207e51c7f4d.tar.gz
caxlsx-393ee32ef5bc4cdd72037cac85001207e51c7f4d.zip
Fix Style/RedundantFileExtensionInRequire offenses
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml11
1 files changed, 0 insertions, 11 deletions
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: