diff options
| author | Geremia Taglialatela <[email protected]> | 2023-05-17 11:05:45 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-05-17 11:06:28 +0200 |
| commit | a8d93e0f5163fba23e6f7b5213b8d67d2dd30e6d (patch) | |
| tree | 039f6f5a3c4bdac5c048710b2362aa6bac22b231 /.rubocop_todo.yml | |
| parent | 7051298d8cb76b9fe7b35d614332f50bc38f8ef2 (diff) | |
| download | caxlsx-a8d93e0f5163fba23e6f7b5213b8d67d2dd30e6d.tar.gz caxlsx-a8d93e0f5163fba23e6f7b5213b8d67d2dd30e6d.zip | |
Fix safe performance RuboCop offenses
- Fix Performance/RedundantMatch and Performance/RegexpMatch
- Fix Performance/RedundantSplitRegexpArgument
Diffstat (limited to '.rubocop_todo.yml')
| -rw-r--r-- | .rubocop_todo.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index a80ac256..19c4b3f5 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -102,21 +102,6 @@ Performance/RedundantBlockCall: - 'lib/axlsx/util/zip_command.rb' # This cop supports safe autocorrection (--autocorrect). -Performance/RedundantMatch: - Exclude: - - 'lib/axlsx/stylesheet/color.rb' - -# This cop supports safe autocorrection (--autocorrect). -Performance/RedundantSplitRegexpArgument: - Exclude: - - 'lib/axlsx/workbook/worksheet/sheet_protection.rb' - -# This cop supports safe autocorrection (--autocorrect). -Performance/RegexpMatch: - Exclude: - - 'lib/axlsx/stylesheet/color.rb' - -# This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle. # SupportedStyles: separated, grouped Style/AccessorGrouping: |
