Merge pull request #19413 from tamasvajk/quality/query-suite-selector

Add code quality suite selector and use that in the code quality suites
This commit is contained in:
Tamás Vajk
2025-05-02 08:18:48 +02:00
committed by GitHub
53 changed files with 77 additions and 65 deletions

View File

@@ -7,6 +7,7 @@
* @precision high
* @tags correctness
* typescript
* quality
*/
import javascript

View File

@@ -5,6 +5,7 @@
* @problem.severity warning
* @id js/missing-await
* @tags correctness
* quality
* @precision high
*/

View File

@@ -7,6 +7,7 @@
* @tags maintainability
* correctness
* language-features
* quality
* external/cwe/cwe-685
* @precision very-high
*/

View File

@@ -6,6 +6,7 @@
* @id js/regex/always-matches
* @tags correctness
* regular-expressions
* quality
* @precision high
*/

View File

@@ -1,8 +1,3 @@
- queries: .
- include:
id:
- js/missing-await
- js/regex/always-matches
- js/superfluous-trailing-arguments
- js/useless-expression
- js/ineffective-parameter-type
- apply: code-quality-selectors.yml
from: codeql/suite-helpers