summaryrefslogtreecommitdiffhomepage
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorZsolt Kozaroczy <[email protected]>2023-05-31 09:08:37 +0200
committerGitHub <[email protected]>2023-05-31 09:08:37 +0200
commitede5a1c34e522846e01580c84a0b0d8b85330ed2 (patch)
treeda243d479ec19d7632bd3dddc16ceeae5d625e9f /.rubocop_todo.yml
parentcbd31927743cf502f9eb85473d68059b31bbf2f7 (diff)
parent393ee32ef5bc4cdd72037cac85001207e51c7f4d (diff)
downloadcaxlsx-ede5a1c34e522846e01580c84a0b0d8b85330ed2.tar.gz
caxlsx-ede5a1c34e522846e01580c84a0b0d8b85330ed2.zip
Merge pull request #260 from tagliala/chore/fix-redundant-file-extension-in-require-offenses
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 e536dd97..fc2954d0 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -401,17 +401,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: