diff options
| author | Geremia Taglialatela <[email protected]> | 2023-05-27 08:46:04 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-05-31 09:19:50 +0200 |
| commit | 70bdceaf29e69c18f62df113e1706e749b3f4f29 (patch) | |
| tree | 351e306a7d104e08321d91f8467b9ae6ead46326 /.rubocop_todo.yml | |
| parent | 317383fc66da3f04d438c86afb5b639b62145408 (diff) | |
| download | caxlsx-70bdceaf29e69c18f62df113e1706e749b3f4f29.tar.gz caxlsx-70bdceaf29e69c18f62df113e1706e749b3f4f29.zip | |
Fix string concatenation offenses in production code
Diffstat (limited to '.rubocop_todo.yml')
| -rw-r--r-- | .rubocop_todo.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index f6284caf..c53b9f5c 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -31,10 +31,6 @@ Layout/HashAlignment: # This cop supports safe autocorrection (--autocorrect). Lint/AmbiguousOperatorPrecedence: Exclude: - - 'lib/axlsx/drawing/area_series.rb' - - 'lib/axlsx/drawing/line_series.rb' - - 'lib/axlsx/drawing/pie_series.rb' - - 'lib/axlsx/workbook/worksheet/dimension.rb' - 'lib/axlsx/workbook/worksheet/sheet_protection.rb' - 'lib/axlsx/workbook/worksheet/worksheet.rb' @@ -210,7 +206,6 @@ Style/FormatString: - 'lib/axlsx/drawing/vml_drawing.rb' - 'lib/axlsx/util/accessors.rb' - 'lib/axlsx/util/validators.rb' - - 'lib/axlsx/workbook/worksheet/dimension.rb' - 'lib/axlsx/workbook/worksheet/worksheet.rb' # This cop supports safe autocorrection (--autocorrect). @@ -455,18 +450,6 @@ Style/StringChars: Exclude: - 'lib/axlsx/workbook/worksheet/sheet_protection.rb' -# This cop supports unsafe autocorrection (--autocorrect-all). -# Configuration parameters: Mode. -Style/StringConcatenation: - Exclude: - - 'lib/axlsx/drawing/area_series.rb' - - 'lib/axlsx/drawing/line_series.rb' - - 'lib/axlsx/drawing/pie_series.rb' - - 'lib/axlsx/drawing/scatter_series.rb' - - 'lib/axlsx/stylesheet/color.rb' - - 'lib/axlsx/util/constants.rb' - - 'lib/axlsx/workbook/worksheet/worksheet.rb' - # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline. # SupportedStyles: single_quotes, double_quotes |
