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
- Updated .rubocop.yml to use plugins instead of require for rubocop-performance
- Auto-fixed 79 style offenses including:
- Changed OrAssignment to use ||= operator
- Converted class << self to def self. method definitions
- Fixed hash literal brace spacing throughout specs
- Manually fixed remaining GitHub/AvoidObjectSendWithDynamicMethod warning
by using public_send with a disable comment for intentional dynamic dispatch
in test code
All rubocop checks now pass with 0 offenses.
0 commit comments