Skip to content

Commit

Permalink
disable performance/sum cop in rubocop configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Sep 11, 2024
1 parent 095c28f commit 7fd7c96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Naming/MethodParameterName:
Enabled: false
Naming/VariableNumber:
Enabled: false
Performance/Sum:
Enabled: false
Performance/UnfreezeString:
Enabled: false
RSpec/AnyInstance:
Expand Down

0 comments on commit 7fd7c96

Please sign in to comment.