Commit 6ee4681
Anchor the emoji-range CodeQL suppression on the flagged line
py/overly-large-range anchors at the first astral character-range
line of the multi-line pattern, not the re.compile line the
lgtm[...] comment sat on -- so the suppression never applied. Moved
one line down in both keep-in-sync copies (config/regexes.py and
_pipeline/_tokenize.py).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 2776fa2 commit 6ee4681
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments