Commit 36057b4
Fix rubocop configuration not being loaded
rubocop 1.86.0 prioritizes ~/.config/rubocop/config.yml over the
project's .rubocop.yml, causing all project settings to be ignored.
Explicitly specify the config file in the Rake task to work around this.
Also update rubocop-performance from require to plugins directive,
as required by rubocop-performance 1.24+.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>1 parent 875d129 commit 36057b4
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
0 commit comments