Commit 9444768
Refactor: append --skip-javascript inline instead of mutating rails_options
Follows coderabbit's suggestion to avoid mutating the @rails_options
instance variable, preventing potential option duplication issues.
- More functional/immutable approach
- Cleaner and more explicit intent
- Prevents potential future bugs from state mutation
🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>1 parent 330ba11 commit 9444768
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
0 commit comments