Commit a7c8765
authored
Clean up permissions fix code (#1236)
* 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 CI1 parent b827e80 commit a7c8765
1 file changed
+7
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
| 194 | + | |
| 195 | + | |
198 | 196 | | |
199 | 197 | | |
200 | 198 | | |
| |||
0 commit comments