Skip to content

Commit

Permalink
Disable Performance/ChainArrayAllocation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Aug 25, 2022
1 parent ec6c29c commit 3d298ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Performance/CaseWhenSplat:
Performance/Casecmp:
Enabled: true
Performance/ChainArrayAllocation:
Enabled: true
Enabled: false
Performance/CollectionLiteralInLoop:
Enabled: true
Performance/CompareWithBlock:
Expand Down

0 comments on commit 3d298ab

Please sign in to comment.