summaryrefslogtreecommitdiffhomepage
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-04-13 16:54:10 +0200
committerGeremia Taglialatela <[email protected]>2023-05-03 16:05:38 +0200
commit4d6ad02ffd6f375944c8d7619e55bb093f353af6 (patch)
treea544564e60127e845743457349da83b6bc80f401 /.rubocop_todo.yml
parent2bb450b398239a10d78cae519d342f5626dec711 (diff)
downloadcaxlsx-4d6ad02ffd6f375944c8d7619e55bb093f353af6.tar.gz
caxlsx-4d6ad02ffd6f375944c8d7619e55bb093f353af6.zip
Fix Style/RedundantFileExtensionInRequire offense
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index b91e702b..2d909422 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -531,7 +531,15 @@ Style/RedundantCondition:
# This cop supports safe autocorrection (--autocorrect).
Style/RedundantFileExtensionInRequire:
- Enabled: false
+ Exclude:
+ - 'lib/axlsx.rb'
+ - '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: