Fixed false positives from strapi and rxjs/testing as well as when one passes function as second arg to pipe

This commit is contained in:
Napalys Klicius
2025-05-22 16:41:11 +02:00
parent e6ae8bbde4
commit b10a9481f3
7 changed files with 11 additions and 7 deletions

View File

@@ -5,3 +5,4 @@ extensions:
data:
- ["NonNodeStream", "rxjs", "Fuzzy"]
- ["NonNodeStream", "rxjs/operators", "Fuzzy"]
- ["NonNodeStream", "rxjs/testing", "Fuzzy"]

View File

@@ -0,0 +1,6 @@
extensions:
- addsTo:
pack: codeql/javascript-all
extensible: typeModel
data:
- ["NonNodeStream", "@strapi/utils", "Fuzzy"]