diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-05-31 09:08:37 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-31 09:08:37 +0200 |
| commit | ede5a1c34e522846e01580c84a0b0d8b85330ed2 (patch) | |
| tree | da243d479ec19d7632bd3dddc16ceeae5d625e9f /.rubocop_todo.yml | |
| parent | cbd31927743cf502f9eb85473d68059b31bbf2f7 (diff) | |
| parent | 393ee32ef5bc4cdd72037cac85001207e51c7f4d (diff) | |
| download | caxlsx-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.yml | 11 |
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: |
