Closed
Description
This follows up on the ideas generated in #100.
It is confusing to have this cop enabled. Even when the autocorrection is marked as unsafe, the cop still directs people to use casecmp(...).zero?
, which is incorrect in non-ascii use cases.
This issue pairs with rubocop/rubocop#9753, where I'm hoping we can create a Linting cop to suggest using casecmp?
.
Metadata
Metadata
Assignees
Labels
No labels