JS: Enable post-processing for all .qlref files

This commit is contained in:
Asger F
2025-02-06 14:36:57 +01:00
parent 426edd55f2
commit d0ce53ed82
247 changed files with 494 additions and 247 deletions

View File

@@ -1 +1,2 @@
Statements/DanglingElse.ql
query: Statements/DanglingElse.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql

View File

@@ -1 +1,2 @@
Statements/EphemeralLoop.ql
query: Statements/EphemeralLoop.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql

View File

@@ -1 +1,2 @@
Statements/IgnoreArrayResult.ql
query: Statements/IgnoreArrayResult.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql

View File

@@ -1 +1,2 @@
Statements/ImplicitReturn.ql
query: Statements/ImplicitReturn.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql

View File

@@ -1 +1,2 @@
Statements/InconsistentLoopOrientation.ql
query: Statements/InconsistentLoopOrientation.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql

View File

@@ -1 +1,2 @@
Statements/InconsistentReturn.ql
query: Statements/InconsistentReturn.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql

View File

@@ -1 +1,2 @@
Statements/LabelInCase.ql
query: Statements/LabelInCase.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql

View File

@@ -1 +1,2 @@
Statements/LoopIterationSkippedDueToShifting.ql
query: Statements/LoopIterationSkippedDueToShifting.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql

View File

@@ -1 +1,2 @@
Statements/MisleadingIndentationAfterControlStmt.ql
query: Statements/MisleadingIndentationAfterControlStmt.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql

View File

@@ -1 +1,2 @@
Statements/NestedLoopsSameVariable.ql
query: Statements/NestedLoopsSameVariable.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql

View File

@@ -1 +1,2 @@
Statements/ReturnAssignsLocal.ql
query: Statements/ReturnAssignsLocal.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql

View File

@@ -1 +1,2 @@
Statements/ReturnOutsideFunction.ql
query: Statements/ReturnOutsideFunction.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql

View File

@@ -1 +1,2 @@
Statements/SuspiciousUnusedLoopIterationVariable.ql
query: Statements/SuspiciousUnusedLoopIterationVariable.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql

View File

@@ -1 +1,2 @@
Statements/UnreachableStatement.ql
query: Statements/UnreachableStatement.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql

View File

@@ -1 +1,2 @@
Statements/UseOfReturnlessFunction.ql
query: Statements/UseOfReturnlessFunction.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql

View File

@@ -1 +1,2 @@
Statements/UselessComparisonTest.ql
query: Statements/UselessComparisonTest.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql

View File

@@ -1 +1,2 @@
Statements/UselessConditional.ql
query: Statements/UselessConditional.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql