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
Clean up trailing spaces in JavaScript files and use Open3 for git operations
- Remove trailing spaces from all JavaScript files
- Replace Shellwords escaping with Open3 array form in sessions_controller.rb
- Update test files to use Open3.capture3 instead of system() calls
- Improve safety by using Open3's automatic escaping instead of manual Shellwords
0 commit comments