Commit 679e429
chore(importer): fix lint errors flagged by CI
- cutover-dry-run.ts: drop the redundant `= 0` assignment that the
try/catch immediately overrides (no-useless-assignment)
- importer.ts: convert `(_msg: string) => {}` to `(): void => {}`
(no-unused-vars); add `cause` to the error rethrown from
`ensureGitRepo` (preserve-caught-error)
- tests/import-laddr.test.ts: drop unused RawPersonSchema /
RawProjectSchema imports; rename `_` loop variable to `_row` with an
explicit eslint-disable so the no-unused-vars rule is silenced
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e7e57d0 commit 679e429
3 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
646 | 646 | | |
647 | 647 | | |
648 | 648 | | |
| 649 | + | |
649 | 650 | | |
650 | 651 | | |
651 | 652 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
168 | 166 | | |
169 | 167 | | |
170 | 168 | | |
171 | | - | |
| 169 | + | |
| 170 | + | |
172 | 171 | | |
173 | 172 | | |
174 | 173 | | |
| |||
0 commit comments