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 permissions fix code
- Use modern octal notation (0o755 instead of 0755)
- Simplify conditional logic for non-executable files
* Fix CI to catch Ruby style violations
- Change default rake task from standard:fix to standard
- This ensures CI fails when there are style violations instead of silently fixing them
- Fixes the issue where style violations were auto-fixed but not caught in CI
0 commit comments