diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-10 12:13:09 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-10 12:13:09 +0200 |
| commit | a7532517c74ba3589279aa92042ca9da2336a5ea (patch) | |
| tree | 06962b0ba4e49e2182b43766e1859d14280f0cc9 /.rubocop_todo.yml | |
| parent | 84a2b255d6fd780f526ac3d9bf99a40f08792986 (diff) | |
| download | caxlsx-a7532517c74ba3589279aa92042ca9da2336a5ea.tar.gz caxlsx-a7532517c74ba3589279aa92042ca9da2336a5ea.zip | |
Fix some Layout/HashAlignment offenses
Some offenses have been selected and fixed automatically
Diffstat (limited to '.rubocop_todo.yml')
| -rw-r--r-- | .rubocop_todo.yml | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 552d2f0c..192ea3ca 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2023-04-07 21:59:59 UTC using RuboCop version 1.49.0. +# on 2023-04-10 10:12:38 UTC using RuboCop version 1.48.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new @@ -29,7 +29,7 @@ Gemspec/RequireMFA: Layout/FirstHashElementIndentation: EnforcedStyle: consistent -# Offense count: 48 +# Offense count: 12 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle. # SupportedHashRocketStyles: key, separator, table @@ -37,17 +37,8 @@ Layout/FirstHashElementIndentation: # SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit Layout/HashAlignment: Exclude: - - 'lib/axlsx/package.rb' - - 'lib/axlsx/util/storage.rb' - 'lib/axlsx/workbook/worksheet/border_creator.rb' - - 'test/stylesheet/tc_cell_alignment.rb' - 'test/tc_axlsx.rb' - - 'test/workbook/tc_workbook_view.rb' - - 'test/workbook/worksheet/auto_filter/tc_filters.rb' - - 'test/workbook/worksheet/tc_conditional_formatting.rb' - - 'test/workbook/worksheet/tc_data_validation.rb' - - 'test/workbook/worksheet/tc_sheet_view.rb' - - 'test/workbook/worksheet/tc_table_style_info.rb' # Offense count: 2 # This cop supports safe autocorrection (--autocorrect). @@ -56,11 +47,6 @@ Layout/HeredocIndentation: - 'lib/axlsx/drawing/vml_drawing.rb' - 'lib/axlsx/drawing/vml_shape.rb' -# Offense count: 1 -Lint/AmbiguousAssignment: - Exclude: - - 'test/workbook/worksheet/tc_rich_text.rb' - # Offense count: 2 # Configuration parameters: AllowedMethods, AllowedPatterns. Lint/AmbiguousBlockAssociation: @@ -1126,7 +1112,7 @@ Style/ZeroLengthPredicate: - 'test/tc_package.rb' - 'test/util/tc_simple_typed_list.rb' -# Offense count: 345 +# Offense count: 363 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns. # URISchemes: http, https |
