You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 1.6.1 includes an incorrect autocorrect for rule Layout/SpaceInsideHashLiteralBraces and y'all's recent release to rubygems.org has introduced this for our builds (and possibly others).
#206 doesn't constrain rubocop to equal1.61.0; instead we constrain rubocop to be at least1.61.0. You should be able to bundle update rubocop. This gem won't restrict you from upgrading to 1.62.0!
I'm not super familiar with ruby, and I'll look into the version constraint on our end. For now I at least wanted to report something on the internet :)
Release 1.6.1 includes an incorrect autocorrect for rule
Layout/SpaceInsideHashLiteralBraces
and y'all's recent release to rubygems.org has introduced this for our builds (and possibly others).See: https://github.com/rubocop/rubocop/releases/tag/v1.62.0
See fix: rubocop/rubocop#12736
Errors look like:
The text was updated successfully, but these errors were encountered: