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

Fix test cases for `*` and `**` arguments in `Rails/SaveBang` #1369

Closed masato-bkn closed 2 months ago

masato-bkn commented 2 months ago

I found test cases without * and ** arguments in Rails/SaveBang and fixed them.


Before submitting the PR make sure the following are checked: