rubocop / rubocop-sequel

Code style checking for Sequel
MIT License
28 stars 14 forks source link

Use `RESTRICT_ON_SEND` #22

Closed koic closed 3 years ago

koic commented 3 years ago

Follow https://github.com/rubocop-hq/rubocop/pull/8365

This PR uses RESTRICT_ON_SEND to restrict callbacks on_send to specific method names only.