diff options
| author | Geremia Taglialatela <[email protected]> | 2023-05-17 11:17:45 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-05-24 10:03:50 +0200 |
| commit | 84a7132924b1c56f712a830b4e016a3c033923bf (patch) | |
| tree | 1bccc27e18be9287d568cd4c6313dbe33495acad /.rubocop_todo.yml | |
| parent | 14b7da239879d5299775c48666b43f3016add8ec (diff) | |
| download | caxlsx-84a7132924b1c56f712a830b4e016a3c033923bf.tar.gz caxlsx-84a7132924b1c56f712a830b4e016a3c033923bf.zip | |
Do not use collection literal in loops
Also refactors Page margins to avoid code duplication
Diffstat (limited to '.rubocop_todo.yml')
| -rw-r--r-- | .rubocop_todo.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index a0260f2e..dab9ffb2 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -77,12 +77,6 @@ Lint/UnusedMethodArgument: - 'lib/axlsx/package.rb' - 'lib/axlsx/util/validators.rb' -# Configuration parameters: MinSize. -Performance/CollectionLiteralInLoop: - Exclude: - - 'lib/axlsx/package.rb' - - 'lib/axlsx/workbook/worksheet/page_margins.rb' - # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle. # SupportedStyles: separated, grouped |
