Commit 3c42e06
fix(codeql): wire _FLEX_TEST into _TEST_ID_PATTERN — resolves unused-variable alert #132
_TEST_ID_PATTERN was duplicating the TEST- regex inline instead of referencing
the module-level _FLEX_TEST constant, leaving _FLEX_TEST unused.
Co-Authored-By: Oz <oz-agent@warp.dev>1 parent 89b97cb commit 3c42e06
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments