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
Fix rubocop config to include .rb files and resolve all offenses
Add **/*.rb to rubocop Include list so all source files are inspected.
Fix offenses across the codebase: use Dir.home, safe navigation,
anonymous forwarding, respond_to_missing?, const_get instead of
instance_eval, rename exception param, use $stdout, sort redundant
Dir.glob, and various layout/style fixes. Exclude Metrics/BlockLength
and Style/OpenStructUse for spec files.
0 commit comments