Commit 59c0b75
Fix .rubocop.yml inherit_from paths for new structure
After the monorepo restructure, .rubocop.yml files in react_on_rails/ subdirectories
were using inherit_from paths that pointed to non-existent parent configs.
Fixed paths:
- react_on_rails/spec/dummy/.rubocop.yml: ../../.rubocop.yml → ../../../.rubocop.yml
- react_on_rails/spec/react_on_rails/.rubocop.yml: ../../.rubocop.yml → ../../../.rubocop.yml
Both files now correctly inherit from the root .rubocop.yml at the monorepo root.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 4ec6490 commit 59c0b75
File tree
2 files changed
+2
-2
lines changed- react_on_rails/spec
- dummy
- react_on_rails
2 files changed
+2
-2
lines changed| 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 | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
0 commit comments