Commit f19cfb7
Address newer RuboCop offenses surfaced on CI
Newer RuboCop releases (resolved by CI via bundler-cache) activated
cops not present when v1.0.0 was released. The two offenders here are
unrelated to the marshal-loader change but block CI on this branch:
- Disable Style/OneClassPerFile in .rubocop.yml. Both the AR preloader
monkey-patch in lib/simple_master.rb and the STI subclasses in the
rails_sample models intentionally pack related declarations.
- Realign the inner-block indentation in queryable.rb so the closing
brace and the if/else body share the same anchor.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7260c19 commit f19cfb7
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments