Commit cf64c5f
fix(ego-lint): fix ARROW_FN_DEF regex and test assertions
The arrow function exemption in check-init.py never fired due to
Python implicit string concatenation producing `=(?:` instead of
`=\s*(?:` — missing whitespace match between assignment and params.
Also fix test assertions: swap descriptions to match their patterns,
and replace vacuous `getMonitors` pattern (source content never
appears in ego-lint output) with `extension.js:8` (actual line number).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent db04d84 commit cf64c5f
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
| 199 | + | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments