diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-05-31 10:56:36 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-31 10:56:36 +0200 |
| commit | e899d1dd0b913027cc017c180120ed24927faf0b (patch) | |
| tree | 6d1e835466bbb1e6cb43511460dd3fcdf856a45c /.rubocop_todo.yml | |
| parent | 7c5dbbe6661ac13a3f02925ef06eccb21edaa859 (diff) | |
| parent | b7155f6956c24ca71929c3376a5658e0df425061 (diff) | |
| download | caxlsx-e899d1dd0b913027cc017c180120ed24927faf0b.tar.gz caxlsx-e899d1dd0b913027cc017c180120ed24927faf0b.zip | |
Merge pull request #267 from tagliala/chore/freeze-mutable-constants
Fix Style/MutableConstant offenses
Diffstat (limited to '.rubocop_todo.yml')
| -rw-r--r-- | .rubocop_todo.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 88d166a3..0aafd390 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -243,22 +243,6 @@ Style/MultipleComparison: - 'lib/axlsx/workbook/worksheet/rich_text_run.rb' - 'test/workbook/tc_workbook_view.rb' -# This cop supports unsafe autocorrection (--autocorrect-all). -# Configuration parameters: EnforcedStyle. -# SupportedStyles: literals, strict -Style/MutableConstant: - Exclude: - - 'lib/axlsx/drawing/cat_axis.rb' - - 'lib/axlsx/drawing/line_3D_chart.rb' - - 'lib/axlsx/drawing/pic.rb' - - 'lib/axlsx/drawing/view_3D.rb' - - 'lib/axlsx/stylesheet/dxf.rb' - - 'lib/axlsx/util/storage.rb' - - 'lib/axlsx/workbook/worksheet/auto_filter/filter_column.rb' - - 'lib/axlsx/workbook/worksheet/auto_filter/filters.rb' - - 'lib/axlsx/workbook/worksheet/data_bar.rb' - - 'lib/axlsx/workbook/worksheet/sheet_view.rb' - # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle. # SupportedStyles: both, prefix, postfix |
