Commit d9181c8
Update knip.ts for new monorepo structure
Updated workspace configuration for spec/dummy to react_on_rails/spec/dummy after
the monorepo restructure.
Changes:
- Renamed workspace from 'spec/dummy' to 'react_on_rails/spec/dummy'
- Updated playwright workflow path reference: ../../ → ../../../
- Added vendor/bundle/** to ignore (prevent analyzing bundled gems)
- Added spec/** to ignore (test files)
- Added babel.config.js to ignore (requires dummy app dependencies)
This fixes Knip dead code detection which was analyzing files in vendor/bundle
(bundled gem dependencies) that aren't part of the project's actual dependencies.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 633fc4c commit d9181c8
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | 129 | | |
131 | 130 | | |
132 | 131 | | |
| |||
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
139 | | - | |
| 138 | + | |
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
143 | 149 | | |
144 | 150 | | |
145 | 151 | | |
| |||
0 commit comments