Commit 943b843
Final fix for CI: String constants and RuboCop disables
- Force string constants in instance_double for CI compatibility
- Add RuboCop disable directives for ModuleLength and VerifiedDoubleReference
- Prevent autofix from reverting changes needed for CI environment
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent a575302 commit 943b843
File tree
2 files changed
+3
-3
lines changed- lib/react_on_rails
- spec/react_on_rails
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
| 111 | + | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments