diff options
| author | Geremia Taglialatela <[email protected]> | 2023-05-23 01:37:22 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-05-23 01:37:22 +0200 |
| commit | 1eb9c45c20f2b459ffdb562507e2b6793196dec9 (patch) | |
| tree | 3d12113360c690c61ea8373e6be1cc62bc8964e1 /.rubocop_todo.yml | |
| parent | 6752225bbb8a9eec905ec02a98f1a25a309c404a (diff) | |
| download | caxlsx-1eb9c45c20f2b459ffdb562507e2b6793196dec9.tar.gz caxlsx-1eb9c45c20f2b459ffdb562507e2b6793196dec9.zip | |
Fix Performance/RedundantBlockCall offense
Ref: https://github.com/fastruby/fast-ruby#proccall-and-block-arguments-vs-yieldcode
Diffstat (limited to '.rubocop_todo.yml')
| -rw-r--r-- | .rubocop_todo.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 1de00edb..a6f0c9af 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -89,11 +89,6 @@ Performance/CollectionLiteralInLoop: - 'lib/axlsx/workbook/worksheet/page_margins.rb' # This cop supports safe autocorrection (--autocorrect). -Performance/RedundantBlockCall: - Exclude: - - 'lib/axlsx/util/zip_command.rb' - -# This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle. # SupportedStyles: separated, grouped Style/AccessorGrouping: |
