diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-05-22 10:33:45 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-22 10:33:45 +0200 |
| commit | 0f812ee216076a4c713f6cadb0751bac45f6b9da (patch) | |
| tree | 95549c3a1899db8791268a71d4a33f5b9ce7847f /.rubocop_todo.yml | |
| parent | 56ff466673b8aff9a6508e29ebfaf4ee21f5fae9 (diff) | |
| parent | 611b57cdd44f3f5e91394c699ad98b7c05330a2e (diff) | |
| download | caxlsx-0f812ee216076a4c713f6cadb0751bac45f6b9da.tar.gz caxlsx-0f812ee216076a4c713f6cadb0751bac45f6b9da.zip | |
Merge pull request #242 from tagliala/chore/fix-minor-safe-offenses
Remove minor safe offenses
Diffstat (limited to '.rubocop_todo.yml')
| -rw-r--r-- | .rubocop_todo.yml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index dfc9cf5f..df3b4467 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -394,26 +394,11 @@ Style/QuotedSymbols: - 'lib/axlsx/workbook/worksheet/worksheet_hyperlink.rb' # This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: EnforcedStyle, AllowedCompactTypes. -# SupportedStyles: compact, exploded -Style/RaiseArgs: - Exclude: - - 'lib/axlsx/package.rb' - - 'lib/axlsx/util/zip_command.rb' - - 'lib/axlsx/workbook/worksheet/border_creator.rb' - -# This cop supports safe autocorrection (--autocorrect). Style/RandomWithOffset: Exclude: - 'lib/axlsx/drawing/vml_shape.rb' # This cop supports safe autocorrection (--autocorrect). -Style/RedundantCondition: - Exclude: - - 'lib/axlsx/drawing/area_series.rb' - - 'lib/axlsx/drawing/line_series.rb' - -# This cop supports safe autocorrection (--autocorrect). Style/RedundantFileExtensionInRequire: Exclude: - 'lib/axlsx/content_type/content_type.rb' @@ -457,14 +442,6 @@ Style/RedundantRegexpEscape: - 'lib/axlsx/workbook/worksheet/table.rb' # This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: AllowMultipleReturnValues. -Style/RedundantReturn: - Exclude: - - 'lib/axlsx/package.rb' - - 'lib/axlsx/stylesheet/styles.rb' - - 'lib/axlsx/workbook/worksheet/worksheet.rb' - -# This cop supports safe autocorrection (--autocorrect). Style/RedundantSelf: Enabled: false @@ -475,11 +452,6 @@ Style/SafeNavigation: Enabled: false # This cop supports safe autocorrection (--autocorrect). -Style/SelfAssignment: - Exclude: - - 'lib/axlsx/stylesheet/color.rb' - -# This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowIfMethodIsEmpty. Style/SingleLineMethods: Enabled: false @@ -492,12 +464,6 @@ Style/SlicingWithRange: - 'lib/axlsx/workbook/worksheet/pivot_table.rb' - 'lib/axlsx/workbook/worksheet/worksheet.rb' -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: AllowModifier. -Style/SoleNestedConditional: - Exclude: - - 'lib/axlsx/util/validators.rb' - # This cop supports unsafe autocorrection (--autocorrect-all). Style/StringChars: Exclude: |
