mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
0770c025bd
Non-kwargs parameters should be to be braced for https://github.com/ruby/ruby/pull/2395.
See https://bugs.ruby-lang.org/issues/14183 for details.
`Style/BracesAroundHashParameters` cop conflicts with that.
This removes `Style/BracesAroundHashParameters` cop and auto-correct to
following changes.
|
||
---|---|---|
.. | ||
abstract | ||
assertions | ||
controller | ||
dispatch | ||
fixtures | ||
journey | ||
lib/controller | ||
routing | ||
abstract_unit.rb |