Merge remote-tracking branch 'origin/main' into js/quality/loop_shift

This commit is contained in:
Napalys Klicius
2025-06-19 10:21:52 +02:00
737 changed files with 98256 additions and 20372 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Fixed false positives in the `js/template-syntax-in-string-literal` query where template syntax in string concatenation and "manual string interpolation" patterns were incorrectly flagged.

View File

@@ -0,0 +1,4 @@
---
category: queryMetadata
---
* Added `reliability` tag to the `js/suspicious-method-name-declaration` query.

View File

@@ -0,0 +1,4 @@
---
category: queryMetadata
---
* Added `reliability` and `language-features` tags to the `js/template-syntax-in-string-literal` query.