rubocop / rubocop-rails

A RuboCop extension focused on enforcing Rails best practices and coding conventions.
https://docs.rubocop.org/rubocop-rails
MIT License
821 stars 263 forks source link

Change `Rails/EnumSyntax` to autocorrect underscored options #1350

Closed fatkodima closed 2 months ago

fatkodima commented 2 months ago

Currently, the cop only suggests that the outdated syntax for options is used, but it does not autocorrect.

koic commented 2 months ago

Thanks!