Commit 26119b1
committed
fix(ci): exclude license-flagged-but-permissive packages from license check
pilosus runs re-matches against the full pip-freeze requirement string
(name==version), so a (?::|$) anchor never matches. Use a form that
matches the version separator so the exclude actually applies.1 parent 0b8616e commit 26119b1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
0 commit comments