rubocop / rubocop-performance

An extension of RuboCop focused on code performance checks.
https://docs.rubocop.org/rubocop-performance
MIT License
686 stars 81 forks source link

[Fix #240] Disable `Performance/Casecmp` cop #443

Closed koic closed 9 months ago

koic commented 9 months ago

This cop suggests an incorrect fix when code involves non-ASCII characters. Disabling it by default makes this risky behavior opt-in rather than opt-out.


Before submitting the PR make sure the following are checked: