Commit 5ab7dbd
Update knip config to ignore Playwright-related dead code warnings
Added Router component files and dependencies to knip ignore lists since
they are temporarily disabled due to react-router-dom v5/v6 mismatch.
Also added CSS-related webpack loaders (css-loader, sass, sass-loader) to
ignoreDependencies as they are used by webpack but not detected by knip's
webpack plugin.
Changes:
- Ignore disabled Router component files
- Ignore react-router-dom dependency
- Ignore CSS/SASS webpack loaders
- Add Playwright workflow file to entry points
Note: Unlisted binaries warning for build:test and test:e2e in GitHub
Actions workflows is expected since knip doesn't have a GHA plugin.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent bdd7003 commit 5ab7dbd
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
113 | 121 | | |
114 | 122 | | |
115 | 123 | | |
| |||
134 | 142 | | |
135 | 143 | | |
136 | 144 | | |
| 145 | + | |
137 | 146 | | |
138 | 147 | | |
139 | 148 | | |
140 | 149 | | |
| 150 | + | |
| 151 | + | |
141 | 152 | | |
142 | 153 | | |
143 | 154 | | |
144 | 155 | | |
145 | 156 | | |
| 157 | + | |
| 158 | + | |
146 | 159 | | |
147 | 160 | | |
148 | 161 | | |
| |||
0 commit comments